Skip to content

Commit

Permalink
ci: support openKylin sync
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Dec 2, 2024
1 parent c7b1a60 commit 1905451
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/SyncToGitee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,15 @@ jobs:
# only sync this repo
static_list: "RapidOCR"
debug: true

- name: Mirror the Github organization repos to Gitee.
uses: Yikun/[email protected]
with:
src: 'github/RapidAI'
dst: 'gitee/openKylin'
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
force_update: true
# only sync this repo
static_list: "RapidOCR"
debug: true

0 comments on commit 1905451

Please sign in to comment.