Update github_to_gitee.yml

pull/248/head
Fighter 2020-12-04 19:01:08 +08:00 committed by GitHub
parent d7483b2c5f
commit 1f1c43dda2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 7 deletions

View File

@ -4,10 +4,13 @@ jobs:
sync: sync:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: openspug/spug@master - name: Checkout source codes
with: uses: actions/checkout@v1
src: github/openspug - name: Mirror Github to Gitee
dst: gitee/openspug uses: ./.
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }} with:
dst_token: ${{ secrets.GITEE_TOKEN }} src: github/openspug
account_type: org dst: gitee/openspug
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
account_type: org