diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 70aebcd..14dfd41 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,5 +26,5 @@ jobs: - name: Deploy website uses: peaceiris/actions-gh-pages@v3.6.4 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.ACTIONS_DEPLOY_KEY }} publish_dir: build