From e6a7603b3d2d4d7d125d9663bbb3c84f7943989b Mon Sep 17 00:00:00 2001 From: AnaTofuZ Date: Sat, 3 Feb 2024 21:35:29 +0900 Subject: [PATCH] =?UTF-8?q?deploy=20key=E3=81=A7=E3=81=AF=E3=81=AA?= =?UTF-8?q?=E3=81=8Ftoken=E3=81=A7=E8=A9=A6=E3=81=97=E3=81=A6=E3=81=BF?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 f90a0370..1d7555cf 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -23,7 +23,7 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: - deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} + github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: master publish_dir: ./public cname: perl-users.jp