Promote commit 55c16b7 to Production (#740) #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Trigger Prod Deploy Workflow | |
on: | |
push: | |
branches: | |
- promotion/prod | |
paths: | |
- state.json | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Repository Dispatch | |
uses: peter-evans/repository-dispatch@v1 | |
with: | |
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} | |
event-type: trigger-prod-deploy |