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