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 00b5087 commit af5727fCopy full SHA for af5727f
.github/workflows/jekyll-deploy.yml
@@ -60,7 +60,7 @@ jobs:
60
run: |
61
curl -X POST \
62
-H "Accept: application/vnd.github+json" \
63
- -H "Authorization: Bearer ${{ secrets.go-image-generator-token }}" \
+ -H "Authorization: Bearer ${{ secrets.GO_IMAGE_GENERATOR_TOKEN }}" \
64
https://api.github.com/repos/CloudNativeLinz/go-image-generator/dispatches \
65
-d '{"event_type":"website-merged"}'
66
0 commit comments