Skip to content

Commit

Permalink
ci: use secrets.GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen committed Dec 29, 2023
1 parent 979255d commit b3b2d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: analog-publish-gh-pages
with:
# Required: token to access / deploy on Github Pages
access-token: ${{ secrets.ACCESS_TOKEN }}
access-token: ${{ secrets.GITHUB_TOKEN }}
# Optional: arguments passed to `npm ci`
install-args: "--legacy-peer-deps"
# Optional: arguments passed to `npm run build`
Expand Down

0 comments on commit b3b2d25

Please sign in to comment.