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 f2d66cb commit f21ef61Copy full SHA for f21ef61
.github/workflows/website-deploy.yml
@@ -16,6 +16,6 @@ jobs:
16
curl -L \
17
-X POST \
18
-H "Accept: application/vnd.github+json" \
19
- -H "Authorization: Bearer ${{ secrets.DEPLOY_TOKEN }}" \
+ -H "Authorization: Bearer ${{ secrets.DEPLOY_WEBSITE }}" \
20
https://api.github.com/repos/Flow-Launcher/flow-launcher.github.io/dispatches \
21
-d '{"event_type":"deploy"}'
0 commit comments