Update sync_gitee.yml

main
walon 2021-08-23 11:56:18 +08:00 committed by GitHub
parent cf922c76aa
commit 967f446991
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 4 deletions

View File

@ -21,11 +21,14 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job # Steps represent a sequence of tasks that will be executed as part of the job
steps: steps:
- name: sync-gitee-mirror - name: sync-gitee-mirror
uses: abersheeran/sync-gitee-mirror@v1-beta uses: wangchucheng/git-repo-sync@v0.1.0
with: with:
repository: focus-creative-games/luban # Target Repo URL
username: ${{ secrets.GITEE_USERNAME }} target-url: https://gitee.com/focus-creative-games/luban.git
password: ${{ secrets.GITEE_PASSWORD }} # Target Repo Username
target-username: ${{ secrets.GITEE_USERNAME }}
# Target Token
target-token: ${{ secrets.GITEE_PASSWORD }}