We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed7212 commit 192cb02Copy full SHA for 192cb02
1 file changed
.github/workflows/trigger_acme_tests.yml
@@ -9,12 +9,10 @@ jobs:
9
dispatch:
10
runs-on: ubuntu-latest
11
steps:
12
- - name: Send repository_dispatch to iMattPro/phpbb-ext-acme-demo
13
- run: |
14
- curl -i -X POST https://api.github.com/repos/iMattPro/phpbb-ext-acme-demo/dispatches \
15
- -H "Accept: application/vnd.github+json" \
16
- -H "Authorization: token ${{ secrets.ACME_DEMO_PAT }}" \
17
- -H "Content-Type: application/json" \
18
- -d '{"event_type":"external-push"}'
19
- env:
20
- ACME_DEMO_PAT: ${{ secrets.ACME_DEMO_PAT }}
+ - uses: convictional/trigger-workflow-and-wait@v1.3.0
+ with:
+ owner: iMattPro
+ repo: phpbb-ext-acme-demo
+ ref: testing-framework
+ github_token: ${{ secrets.ACME_DEMO_PAT }}
+ workflow_file_name: tests.yml
0 commit comments