From 5ae70a1649a335158386ec32f0975efba0a90d6c Mon Sep 17 00:00:00 2001 From: liziwl Date: Thu, 20 Jun 2024 21:33:34 +0800 Subject: [PATCH] fix action --- .github/workflows/vuepress-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vuepress-deploy.yml b/.github/workflows/vuepress-deploy.yml index 645d5f4ae..2ca725e13 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -27,7 +27,7 @@ jobs: export GIT_CURL_VERBOSE=1 git push --verbose --force --mirror "https://${USER}:${PERSONAL_TOKEN}@${REMOTE_REPO_URL}" env: - USER: project_252_bot + USER: ${{ secrets.SUSTECH_GITLAB_SYNC_USER }} PERSONAL_TOKEN: ${{ secrets.SUSTECH_GITLAB_SYNC_TOKEN }} GITHUB_REPO_URL: https://github.com/SUSTech-CRA/sustech-online-ng.git REMOTE_REPO_URL: "mirrors.sustech.edu.cn/git/sustech-online/sustech-online-ng.git"