diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 08115b4..8cfcbf2 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -30,5 +30,5 @@ jobs: - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.GH_PA_TOKEN }} publish_dir: ./docs/.vitepress/dist