Skip to content

Commit aecda22

Browse files
authored
Update trigger_acme_tests.yml
1 parent d00d567 commit aecda22

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/trigger_acme_tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ jobs:
1111
steps:
1212
- name: Send repository_dispatch to phpbb-ext-acme-demo
1313
run: |
14-
curl -X POST https://api.github.com/repos/iMattPro/phpbb-ext-acme-demo/dispatches \
14+
curl -i -X POST https://api.github.com/repos/iMattPro/phpbb-ext-acme-demo/dispatches \
1515
-H "Accept: application/vnd.github+json" \
1616
-H "Authorization: token ${{ secrets.ACME_DEMO_PAT }}" \
1717
-H "Content-Type: application/json" \
1818
-d '{"event_type":"external-push"}'
1919
env:
20-
# This must exist in Repo A
2120
ACME_DEMO_PAT: ${{ secrets.ACME_DEMO_PAT }}

0 commit comments

Comments
 (0)