From d39f8109e64969a3508c5023e69ed0d5eb242875 Mon Sep 17 00:00:00 2001 From: "yaoyuan2.chu" Date: Thu, 15 Apr 2021 14:05:00 +0800 Subject: [PATCH] Delete auto-sync.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新 --- .github/workflows/auto-sync.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/auto-sync.yml diff --git a/.github/workflows/auto-sync.yml b/.github/workflows/auto-sync.yml deleted file mode 100644 index 4e4a1e8..0000000 --- a/.github/workflows/auto-sync.yml +++ /dev/null @@ -1,22 +0,0 @@ -on: - push: - # delete this item if you don't want to trigger this workflow when modify this repo - branches: master - schedule: - # * is a special character in YAML so you have to quote this string - # UTC 17:00 -> CST (China) 1:00, see https://datetime360.com/cn/utc-cst-china-time/ - - cron: '0 17 * * *' -name: Mirror GitHub Auto Queried Repos to Gitee -jobs: - run: - name: Sync-GitHub-to-Gitee - runs-on: ubuntu-latest - steps: - - name: Mirror the Github repos to Gitee. - uses: chuyaoyuan/Jiscuss@master - with: - src: github/Chuyaoyuan - dst: gitee/chuyaoyuan - dst_key: ${{ secrets.GITEE_PRIVATE_KEY }} - dst_token: ${{ secrets.GITEE_TOKEN }} - force_update: true