Skip to content

Commit d77aa50

Browse files
committed
πŸ“ Chore(Actions): Mirror to gitee.
1 parent 27ab9f7 commit d77aa50

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

β€Ž.github/workflows/mirror.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Mirror Repo
2+
3+
on:
4+
push:
5+
branches:
6+
- "*"
7+
workflow_dispatch:
8+
9+
jobs:
10+
mirror-repo:
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- name: Mirror
15+
uses: Yikun/hub-mirror-action@master
16+
with:
17+
src: github/Crequency
18+
dst: gitee/Crequency
19+
dst_key: ${{ secrets.GITEE_SYNC_KEY }}
20+
dst_token: ${{ secrets.GITEE_SYNC_TOKEN }}
21+
account_type: org
22+
static_list: "KitX-SDK"
23+
force_update: true
24+
debug: true

β€ŽKitX Loaders

β€ŽKitX Plugins

0 commit comments

Comments
Β (0)