Skip to content

Commit 5117fb0

Browse files
authored
Update GiteeMirror.yml
1 parent 2ba2c60 commit 5117fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/GiteeMirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# 必选,需要同步的 Github 用户(源)
2424
src: 'github/${{ github.repository_owner }}'
2525
# 必选,需要同步到的 Gitee 用户(目的)
26-
dst: 'gitee/kni_gitee'
26+
dst: 'gitee/${{ secrets.GITEE_USER }}'
2727
# 必选,Gitee公钥对应的私钥,https://gitee.com/profile/sshkeys
2828
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
2929
# 必选,Gitee对应的用于创建仓库的token,https://gitee.com/profile/personal_access_tokens

0 commit comments

Comments
 (0)