From b53ca14476b23188b027cfe3560b493b06b294c0 Mon Sep 17 00:00:00 2001 From: Sivamani-18 Date: Wed, 24 Jul 2024 17:14:16 +0530 Subject: [PATCH] Deploy to GitHub Pages --- .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 f6992ab..10b20aa 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 }} + github_token: ${{ secrets.ACTIONS_DEPLOY_KEY }} publish_dir: ./dist