Skip to content

Commit

Permalink
change token to the github one
Browse files Browse the repository at this point in the history
  • Loading branch information
swfsql committed Feb 28, 2024
1 parent 1d47225 commit 072efc0
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 @@ -85,7 +85,7 @@ jobs:
- name: Frontend Deploy
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.ACTIONS_PERSONAL_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./publish
keep_files: false

0 comments on commit 072efc0

Please sign in to comment.