We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878f884 commit 6e09645Copy full SHA for 6e09645
.github/workflows/sync-to-gitee.yaml
@@ -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