Skip to content

Commit 75f14ce

Browse files
committed
Add: .github/workflows/gitee-sync.yml
1 parent b9908e5 commit 75f14ce

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/workflows/gitee-sync.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
on:
2+
push:
3+
branches:
4+
- master
5+
tags:
6+
- "*"
7+
8+
name: Sync to Gitee
9+
jobs:
10+
run:
11+
name: Run
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Checkout source code
15+
uses: actions/checkout@v1
16+
- name: Mirror Github to Gitee
17+
uses: Yikun/[email protected]
18+
with:
19+
src: github/TarsCloud
20+
dst: gitee/TarsCloud
21+
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
22+
dst_token: ${{ secrets.GITEE_TOKEN }}
23+
account_type: org
24+
timeout: 600
25+
debug: true
26+
force_update: true
27+
static_list: "TarsJava"

0 commit comments

Comments
 (0)