mirror of https://github.com/openspug/spug
Update github_to_gitee.yml
parent
dc16a0b63b
commit
9db57c683b
|
@ -5,8 +5,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: zyupo/spug@master
|
||||
env:
|
||||
SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }}
|
||||
with:
|
||||
source-repo: "git@github.com:openspug/spug.git"
|
||||
destination-repo: "git@gitee.com:openspug/spug.git"
|
||||
src: github/openspug
|
||||
dst: gitee/openspug
|
||||
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
|
||||
dst_token: ${{ secrets.GITEE_TOKEN }}
|
||||
account_type: org
|
||||
|
|
Loading…
Reference in New Issue