CI: Fix personal token

This commit is contained in:
Krille 2023-07-14 19:11:58 +09:00
parent c9b56012cc
commit 3c69a8ba6f
No known key found for this signature in database

View file

@ -36,6 +36,6 @@ jobs:
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.GITHUB_TOKEN }}
personal_token: ${{ secrets.PAGES_DEPLOY_TOKEN }}
publish_dir: ./public
publish_branch: gh-pages