From 595277fbfca74919141777c93708797c256fbf6a Mon Sep 17 00:00:00 2001 From: ajosh0504 Date: Mon, 10 Jun 2024 08:50:47 -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