diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index f0b34c1..8160c89 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -14,4 +14,4 @@ jobs: # Target branch PAGES_BRANCH: gh-pages # Provide personal access token - TOKEN: ${{ secrets.TOKEN }} \ No newline at end of file + TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file