From 5f0b1487d55e51aa49c181e65f646954b1bfaa9a Mon Sep 17 00:00:00 2001 From: ravi-kumar-pilla Date: Mon, 4 Mar 2024 17:18:46 -0600 Subject: [PATCH] use peaceiris --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index 93a0d7c..d41ef36 100644 --- a/action.yml +++ b/action.yml @@ -26,7 +26,6 @@ runs: - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./temp_build force_orphan: true full_commit_message: ${{ github.event.head_commit.message }}