Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/repos-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@ jobs:
runs-on: ubuntu-latest

steps:

- name: Mirror the gitee/mindspore repos to github/mindspore-lab.
uses: Yikun/hub-mirror-action@v1.0
with:
src: gitee/mindspore
dst: github/mindspore-lab
dst_key: ${{ secrets.SYNC_MINDSPORE_LAB_PRIVATE_KEY }}
dst_token: ${{ secrets.SYNC_MINDSPORE_LAB_TOKEN }}
account_type: org
clone_style: ssh
force_update: true
static_list: 'mindformers'
debug: true

- name: Mirror the gitee/mindspore org repos to github/mindspore-ai.
uses: Yikun/hub-mirror-action@v1.0
with:
Expand Down