diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bcd68c7..b6b704e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,6 +13,6 @@ jobs: # Target branch PAGES_BRANCH: gh-pages # Provide personal access token - TOKEN: ${{ secrets.TOKEN }} + TOKEN: ${{ secrets.GITHUB_TOKEN }} # Or if publishing to the same repo, use the automatic token #TOKEN: ${{ secrets.GITHUB_TOKEN }}