Skip to content

Commit f21ef61

Browse files
committed
typo
1 parent f2d66cb commit f21ef61

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
@@ -16,6 +16,6 @@ jobs:
1616
curl -L \
1717
-X POST \
1818
-H "Accept: application/vnd.github+json" \
19-
-H "Authorization: Bearer ${{ secrets.DEPLOY_TOKEN }}" \
19+
-H "Authorization: Bearer ${{ secrets.DEPLOY_WEBSITE }}" \
2020
https://api.github.com/repos/Flow-Launcher/flow-launcher.github.io/dispatches \
2121
-d '{"event_type":"deploy"}'

0 commit comments

Comments
 (0)