Skip to content

Commit 6e09645

Browse files
committed
add .github/workflows/sync-to-gitee.yaml
1 parent 878f884 commit 6e09645

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Sync to Gitee
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- gh-pages
8+
9+
jobs:
10+
sync:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Sync to Gitee
14+
uses: Yikun/hub-mirror-action@v1.5
15+
with:
16+
src: github/alibaba
17+
dst: gitee/arthas
18+
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
19+
dst_token: ${{ secrets.GITEE_TOKEN }}
20+
static_list: "arthas"

0 commit comments

Comments
 (0)