Skip to content

Sync iluvatar opensource repos #45

Sync iluvatar opensource repos

Sync iluvatar opensource repos #45

# This is a basic workflow to help you get started with Actions
name: Sync iluvatar opensource repos
on:
schedule:
# daily run at UTC 16:00 (0:00@Beijing Time)
- cron: '0 16 * * 1-5'
workflow_dispatch:
jobs:
Sync:
runs-on: ubuntu-22.04
timeout-minutes: 60
steps:
- name: mirror from gitee to github
uses: Yikun/[email protected]
with:
src: gitee/deep-spark
dst: github/Deep-Spark
dst_key: ${{ secrets.MIRROR_PRIVATE_KEY }}
dst_token: ${{ secrets.MIRROR_TOKEN }}
account_type: org
static_list: "iluvatar-corex-ixrt,go-ixdcgm,go-ixml,ix-container-toolkit,ix-gpu-operator,ix-device-plugin,ix-exporter"
debug: true
force_update: true
clone_style: https