Skip to content

Commit

Permalink
chore: disable sync to Gitee
Browse files Browse the repository at this point in the history
  • Loading branch information
amorphobia committed Jan 16, 2024
1 parent 7eb09c4 commit d0f1dbf
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit d0f1dbf

Please sign in to comment.