We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba2c60 commit 5117fb0Copy full SHA for 5117fb0
.github/workflows/GiteeMirror.yml
@@ -23,7 +23,7 @@ jobs:
23
# 必选,需要同步的 Github 用户(源)
24
src: 'github/${{ github.repository_owner }}'
25
# 必选,需要同步到的 Gitee 用户(目的)
26
- dst: 'gitee/kni_gitee'
+ dst: 'gitee/${{ secrets.GITEE_USER }}'
27
# 必选,Gitee公钥对应的私钥,https://gitee.com/profile/sshkeys
28
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
29
# 必选,Gitee对应的用于创建仓库的token,https://gitee.com/profile/personal_access_tokens
0 commit comments