Skip to content

Commit 0377502

Browse files
authored
Update dispatch.yml
1 parent 2154046 commit 0377502

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dispatch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
run: |
1414
curl -X POST \
1515
-H "Accept: application/vnd.github.v3+json" \
16-
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
16+
-H "Authorization: token ${{ secrets.HUB_DEPLOY_PAT }}" \
1717
https://api.github.com/repos/ClassIsland/classisland-hub-web/dispatches \
18-
-d '{"event_type":"classisland_hub_update"}'
18+
-d '{"event_type":"classisland_hub_update"}'

0 commit comments

Comments
 (0)