diff --git a/.github/workflows/site_deploy.yaml b/.github/workflows/site_deploy.yaml index 72293e4..8aeb0ce 100644 --- a/.github/workflows/site_deploy.yaml +++ b/.github/workflows/site_deploy.yaml @@ -45,7 +45,7 @@ jobs: - name: ☁️ Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v4 with: - deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} + github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./site/build user_name: github-actions[bot] user_email: 41898282+github-actions[bot]@users.noreply.github.com