Skip to content

Commit 827c752

Browse files
authored
update token name
1 parent 4c54294 commit 827c752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/website_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
http_status=$(curl -L -f -s -o /dev/null -w "%{http_code}" \
1616
-X POST \
1717
-H "Accept: application/vnd.github+json" \
18-
-H "Authorization: Bearer ${{ secrets.DEPLOY_WEBSITE }}" \
18+
-H "Authorization: Bearer ${{ secrets.DEPLOY_FLOW_WEBSITE }}" \
1919
https://api.github.com/repos/Flow-Launcher/flow-launcher.github.io/dispatches \
2020
-d '{"event_type":"deploy"}')
2121
if [ "$http_status" -ne 204 ]; then echo "Error: Deploy trigger failed, HTTP status code is $http_status"; exit 1; fi

0 commit comments

Comments
 (0)