Create sync_gitee.yml

sync repo to gitee mirror
main
walon 2021-08-23 11:26:09 +08:00 committed by GitHub
parent 8530840ddf
commit a90cac7923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
name: sync-gitee-mirror
uses: abersheeran/sync-gitee-mirror@v1-beta
with:
repository: https://gitee.com/focus-creative-games/luban.git
username: ${{secrets.GITEE_USERNAME}}
password: ${{secrets.GITEE_PASSWORD}}