diff --git a/.github/workflows/main_deploy.yaml b/.github/workflows/main_deploy.yaml index 88c4a4d60..fa4989611 100644 --- a/.github/workflows/main_deploy.yaml +++ b/.github/workflows/main_deploy.yaml @@ -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 \ No newline at end of file