Skip to content

Commit

Permalink
fix(deploy): update GitHub token to use GITHUB_TOKEN for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
cvyl committed Oct 22, 2024
1 parent 799e156 commit 69e102d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v4
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GH_PERSONAL_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./content/.vitepress/dist
publish_branch: deploy
destination_dir: ./.

0 comments on commit 69e102d

Please sign in to comment.