From 7ad000a9050ac93e9ede33cac88f46cc6ebed462 Mon Sep 17 00:00:00 2001 From: enklht <114719240+enkaito@users.noreply.github.com> Date: Fri, 6 Dec 2024 15:51:00 +0900 Subject: [PATCH] Update gh-pages.yml --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 5385213..8abe6e8 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -16,4 +16,4 @@ jobs: # Provide personal access token # TOKEN: ${{ secrets.TOKEN }} # Or if publishing to the same repo, use the automatic token - TOKEN: ${{ secrets.GITHUB_TOKEN }} + TOKEN: ${{ secrets.PERSONAL_GITHUB_TOKEN }}