diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 87db63a..a74ab14 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -28,7 +28,7 @@ jobs: - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.BOT_DEPLOYMENT_TOKEN }} # Build output to publish to the `gh-pages` branch: publish_dir: ./build