From 86dc9fd88b9fee4fef98a2f597d6f593188cdf77 Mon Sep 17 00:00:00 2001 From: gongph Date: Mon, 25 Nov 2024 00:39:46 +0800 Subject: [PATCH] chore: update ssh key --- .github/workflows/deploy-to-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-gh-pages.yml b/.github/workflows/deploy-to-gh-pages.yml index d06e66d..b0d3ea5 100644 --- a/.github/workflows/deploy-to-gh-pages.yml +++ b/.github/workflows/deploy-to-gh-pages.yml @@ -25,5 +25,5 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4 with: clean: true, - ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}, + ssh-key: ${{ secrets.DEPLOY_KEY }}, folder: ./dist