diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5042bb2..a6fb51d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,5 +24,5 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.DEPLOY_PAT }} publish_dir: ./dist