Skip to content

Commit ed7e324

Browse files
committed
fix(ci)🔧: Update GitHub Actions deploy token to use GITHUB_TOKEN
- Replaced the usage of GHPAGES_TOKEN with GITHUB_TOKEN in the deploy workflow. - This change ensures compatibility and simplifies token management.
1 parent d7fe650 commit ed7e324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: peaceiris/actions-gh-pages@v3
3636
with:
3737
# https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-set-personal-access-token-personal_token
38-
personal_token: ${{ secrets.GHPAGES_TOKEN }}
38+
personal_token: ${{ secrets.GITHUB_TOKEN }}
3939
publish_dir: ./site
4040
publish_branch: gh-pages
4141
allow_empty_commit: false

0 commit comments

Comments
 (0)