From 11d55d41e11848d52ec49edf992ba64a2654055d Mon Sep 17 00:00:00 2001 From: ajosh0504 Date: Mon, 15 Jul 2024 10:10:24 -0700 Subject: [PATCH] Updating deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2c0b5d5..fe1e387 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.GH_TOKEN }} + github_token: ${{ secrets.GH_TOKEN_CLASSIC }} # Build output to publish to the `gh-pages` branch: publish_dir: ./build