Skip to content

Commit af5727f

Browse files
authored
Update jekyll-deploy.yml
1 parent 00b5087 commit af5727f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
curl -X POST \
6262
-H "Accept: application/vnd.github+json" \
63-
-H "Authorization: Bearer ${{ secrets.go-image-generator-token }}" \
63+
-H "Authorization: Bearer ${{ secrets.GO_IMAGE_GENERATOR_TOKEN }}" \
6464
https://api.github.com/repos/CloudNativeLinz/go-image-generator/dispatches \
6565
-d '{"event_type":"website-merged"}'
6666

0 commit comments

Comments
 (0)