Update github_to_gitee.yml

pull/248/head
Fighter 2020-12-04 18:48:13 +08:00 committed by GitHub
parent dc16a0b63b
commit 9db57c683b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -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