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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: zyupo/spug@master
|
- uses: zyupo/spug@master
|
||||||
env:
|
|
||||||
SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }}
|
|
||||||
with:
|
with:
|
||||||
source-repo: "git@github.com:openspug/spug.git"
|
src: github/openspug
|
||||||
destination-repo: "git@gitee.com:openspug/spug.git"
|
dst: gitee/openspug
|
||||||
|
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
|
||||||
|
dst_token: ${{ secrets.GITEE_TOKEN }}
|
||||||
|
account_type: org
|
||||||
|
|
Loading…
Reference in New Issue