diff --git a/.github/workflows/sync-mirrors.yml b/.github/workflows/sync-mirrors.yml index 557de95d4..d0202304a 100644 --- a/.github/workflows/sync-mirrors.yml +++ b/.github/workflows/sync-mirrors.yml @@ -60,6 +60,6 @@ jobs: GITEE_TOKEN: ${{ secrets.GITEE_TOKEN }} run: | set -euo pipefail - git remote add gitee "https://t8y2:${GITEE_TOKEN}@gitee.com/t8y2/dbx.git" + git remote add gitee "https://codetty:${GITEE_TOKEN}@gitee.com/codetty/dbx.git" git push gitee --all --force git push gitee --tags --force