Skip to content

Commit 2440803

Browse files
committed
Fix token for Eleventy deploy workflow
1 parent 485e01b commit 2440803

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/11ty-publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: CI
55
# See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#onpushpull_requestbranchestags
66
on:
77
push:
8-
branches: [main]
8+
branches: [main, kgf-11ty-deploy-fix]
99

1010
jobs:
1111
main:
@@ -19,6 +19,7 @@ jobs:
1919
with:
2020
ref: gh-pages
2121
path: _site
22+
token: ${{ secrets.W3CGRUNTBOT_TOKEN }}
2223
- name: Install Node.js and dependencies
2324
uses: actions/setup-node@v4
2425
with:

0 commit comments

Comments
 (0)