We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e10118 commit f3bb4d2Copy full SHA for f3bb4d2
.github/workflows/trigger_partner_docs_update.yml
@@ -16,6 +16,6 @@ jobs:
16
curl -X POST https://api.github.com/repos/pactflow/partners.pactflow.io/dispatches \
17
-H 'Accept: application/vnd.github.everest-preview+json' \
18
-H "Authorization: Bearer $GITHUB_TOKEN" \
19
- -d '{"event_type": "pactflow-example-consumer-js-updated"}'
+ -d '{"event_type": "pactflow-example-consumer-python-updated"}'
20
env:
21
GITHUB_TOKEN: ${{ secrets.GHTOKENFORTRIGGERINGPACTDOCSUPDATE }}
0 commit comments