Skip to content

Commit

Permalink
Fix token for Eleventy deploy workflow (#3972)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfranqueiro committed Jul 17, 2024
1 parent 485e01b commit 0440c75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/11ty-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
with:
ref: gh-pages
path: _site
token: ${{ secrets.W3CGRUNTBOT_TOKEN }}
- name: Install Node.js and dependencies
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 0440c75

Please sign in to comment.