From abc2c090099af72418060f7ecaafa822526479e2 Mon Sep 17 00:00:00 2001 From: phantooom Date: Sun, 7 Apr 2024 21:53:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index ae4ba44..bfc0af0 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -53,5 +53,5 @@ jobs: git config --global user.email $GIT_EMAIL cd public && git init && git add . git commit -m "Site deployed by GitHub Actions" - git remote add blog https://${{ secrets.GITHUB_TOKEN }}@github.com/phantooom/phantooom.github.io.git + git remote add blog https://${{ secrets.action }}@github.com/phantooom/phantooom.github.io.git git push --force --quiet blog master \ No newline at end of file