diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 5385213..8abe6e8 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -16,4 +16,4 @@ jobs: # Provide personal access token # TOKEN: ${{ secrets.TOKEN }} # Or if publishing to the same repo, use the automatic token - TOKEN: ${{ secrets.GITHUB_TOKEN }} + TOKEN: ${{ secrets.PERSONAL_GITHUB_TOKEN }}