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 2154046 commit 0377502Copy full SHA for 0377502
.github/workflows/dispatch.yml
@@ -13,6 +13,6 @@ jobs:
13
run: |
14
curl -X POST \
15
-H "Accept: application/vnd.github.v3+json" \
16
- -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
+ -H "Authorization: token ${{ secrets.HUB_DEPLOY_PAT }}" \
17
https://api.github.com/repos/ClassIsland/classisland-hub-web/dispatches \
18
- -d '{"event_type":"classisland_hub_update"}'
+ -d '{"event_type":"classisland_hub_update"}'
0 commit comments