Update sync2gitee.yml

This commit is contained in:
iridiumR 2022-04-06 01:31:07 +08:00 committed by GitHub
parent 5d36c877b3
commit 6b684939ea
1 changed files with 2 additions and 2 deletions

View File

@ -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对应的用于创建仓库的tokenhttps://gitee.com/profile/personal_access_tokens