From 52a77f0e8a55d633c883965773f962b9bf730f43 Mon Sep 17 00:00:00 2001 From: gongph Date: Mon, 25 Nov 2024 00:44:58 +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 7d1b19c..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, - token: ${{ secrets.DEPLOY_KEY }}, + ssh-key: ${{ secrets.DEPLOY_KEY }}, folder: ./dist