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 4c54294 commit 827c752Copy full SHA for 827c752
.github/workflows/website_deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
http_status=$(curl -L -f -s -o /dev/null -w "%{http_code}" \
16
-X POST \
17
-H "Accept: application/vnd.github+json" \
18
- -H "Authorization: Bearer ${{ secrets.DEPLOY_WEBSITE }}" \
+ -H "Authorization: Bearer ${{ secrets.DEPLOY_FLOW_WEBSITE }}" \
19
https://api.github.com/repos/Flow-Launcher/flow-launcher.github.io/dispatches \
20
-d '{"event_type":"deploy"}')
21
if [ "$http_status" -ne 204 ]; then echo "Error: Deploy trigger failed, HTTP status code is $http_status"; exit 1; fi
0 commit comments