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 507dc1b commit 6a3b03fCopy full SHA for 6a3b03f
.github/workflows/deploy-trigger.yml
@@ -13,5 +13,6 @@ jobs:
13
-X POST \
14
-H "Accept: application/vnd.github+json" \
15
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
16
+ -H "X-GitHub-Api-Version: 2022-11-28" \
17
https://api.github.com/repos/brownplt/pyret-drydock/dispatches \
18
-d "{\"event_type\": \"trigger-workflow\", \"client_payload\": {\"message\": \"ahoy\"}}"
0 commit comments