Skip to content

Update SyncToGitee.yml #8

Update SyncToGitee.yml

Update SyncToGitee.yml #8

Workflow file for this run

name: Sync Github Repos To Gitee
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Sync Github Repos To Gitee # 名字随便起
uses: Yikun/hub-mirror-action@master
with:
src: github/wuxianggujun # 源端账户名(github)
dst: gitee/wuxianggujun # 目的端账户名(gitee)
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
static_list: 'Tina'
account_type: user
force_update: true
timeout: 300