Merge pull request #676 from bcgov/promotion/test-pr #15
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 Test Deploy Workflow | |
on: | |
push: | |
branches: | |
- promotion/test | |
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-test-deploy |