diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 046a71e8..a681e641 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -27,7 +27,7 @@ jobs: - name: Deploy to GitHub Pages uses: Cecilapp/GitHub-Pages-deploy@v3 env: - GITHUB_TOKEN: ${{ secrets.SITE_DEPLOY_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: email: gavinyork2024@outlook.com build_dir: ./site/dist/web