From eee7d508e0b77f8b03369693f4f3930673e6bca0 Mon Sep 17 00:00:00 2001 From: Ratan Gulati Date: Wed, 3 Jul 2024 00:01:09 +0530 Subject: [PATCH] Update GitHub Actions to use PAT --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 52a955a..e0f312e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,5 +27,5 @@ jobs: - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./dist \ No newline at end of file + github_token: ${{ secrets.GH_PAT }} + publish_dir: ./dist