From 14beba12374c8ab584aa1c878627965ed1dbdbaf Mon Sep 17 00:00:00 2001 From: George <58841610+Shinji-IkariG@users.noreply.github.com> Date: Thu, 27 Apr 2023 13:45:53 +0800 Subject: [PATCH] delete auto sync (#2729) --- .github/workflows/sync.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/sync.yml diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml deleted file mode 100644 index 090980f3659..00000000000 --- a/.github/workflows/sync.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: sync - -on: - schedule: - - cron: '33 5 * * *' - -jobs: - sync: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - token: ${{ secrets.GH_BOT_PAT }} - - uses: vesoft-inc/auto-sync-repos@master - with: - from_repo: vesoft-inc/nebula - repo_token: ${{ secrets.GH_BOT_PAT }} - dingtalk_access_token: ${{ secrets.DING_ACCESS_TOKEN }} - dingtalk_secret: ${{ secrets.DING_SECRET }}