diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d16e1d3..7c10549 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: publish_branch: master - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.PUSH_TOKEN }} publish_dir: ./master_output allow_empty_commit: true force_orphan: true