From d0f1dbfdf0b1bec0d95f25621b456658a624abce Mon Sep 17 00:00:00 2001 From: Xuesong Peng Date: Tue, 16 Jan 2024 09:47:12 +0800 Subject: [PATCH] chore: disable sync to Gitee --- .github/workflows/ci.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7a6d692..5bf248a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -122,16 +122,16 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} MESSAGE: "Release ${{ github.ref_name }}" - sync-gitee: - name: Sync to Gitee - runs-on: ubuntu-latest - needs: pack-schema - steps: - - name: Hub Mirror Action - uses: Yikun/hub-mirror-action@master - with: - src: github/amorphobia - dst: gitee/amorphobia - dst_key: ${{ secrets.GITEE_PRIVATE_KEY }} - dst_token: ${{ secrets.GITEE_TOKEN }} - static_list: "rime-jiandao" + # sync-gitee: + # name: Sync to Gitee + # runs-on: ubuntu-latest + # needs: pack-schema + # steps: + # - name: Hub Mirror Action + # uses: Yikun/hub-mirror-action@master + # with: + # src: github/amorphobia + # dst: gitee/amorphobia + # dst_key: ${{ secrets.GITEE_PRIVATE_KEY }} + # dst_token: ${{ secrets.GITEE_TOKEN }} + # static_list: "rime-jiandao"