Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
liziwl committed Jun 20, 2024
1 parent 7318cc1 commit 5ae70a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vuepress-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5ae70a1

Please sign in to comment.