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 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 }}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue