Update sync2gitee.yml
This commit is contained in:
parent
5d36c877b3
commit
6b684939ea
1 changed files with 2 additions and 2 deletions
4
.github/workflows/sync2gitee.yml
vendored
4
.github/workflows/sync2gitee.yml
vendored
|
@ -21,9 +21,9 @@ jobs:
|
|||
if: env.dst_key && env.dst_token && env.gitee_user
|
||||
with:
|
||||
# 必选,需要同步的 Github 用户(源)
|
||||
src: 'github/${{ github.repository_owner }}'
|
||||
src: 'github/iridiumR'
|
||||
# 必选,需要同步到的 Gitee 用户(目的)
|
||||
dst: 'gitee/${{ secrets.GITEE_USER }}'
|
||||
dst: 'gitee/iridiumR'
|
||||
# 必选,Gitee公钥对应的私钥,https://gitee.com/profile/sshkeys
|
||||
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
|
||||
# 必选,Gitee对应的用于创建仓库的token,https://gitee.com/profile/personal_access_tokens
|
||||
|
|
Reference in a new issue