Skip to content

Commit

Permalink
fix use automatically generated GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
sbock committed Jan 2, 2024
1 parent 35b6946 commit 18eb30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
uses: shalzz/zola-deploy-action@v0.18.0
env:
PAGES_BRANCH: gh-pages
GITHUB_TOKEN: ${{ secrets.ZOLA_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 18eb30d

Please sign in to comment.