From 3c69a8ba6fb66a4555ab7c4fb09e70fd6f08c542 Mon Sep 17 00:00:00 2001 From: Krille Date: Fri, 14 Jul 2023 19:11:58 +0900 Subject: [PATCH] CI: Fix personal token --- .github/workflows/main_deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main_deploy.yaml b/.github/workflows/main_deploy.yaml index 88c4a4d60..fa4989611 100644 --- a/.github/workflows/main_deploy.yaml +++ b/.github/workflows/main_deploy.yaml @@ -36,6 +36,6 @@ jobs: - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: - personal_token: ${{ secrets.GITHUB_TOKEN }} + personal_token: ${{ secrets.PAGES_DEPLOY_TOKEN }} publish_dir: ./public publish_branch: gh-pages \ No newline at end of file