We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626511a commit e154eb5Copy full SHA for e154eb5
1 file changed
.github/workflows/gitee-repos-mirror.yml
@@ -0,0 +1,15 @@
1
+name: Gitee repos mirror periodic job
2
+on:
3
+ schedule:
4
+ - cron: '0 1 * * *'
5
+jobs:
6
+ build:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Mirror the Github organization repos to Gitee.
10
+ uses: Yikun/gitee-mirror-action@v0.01
11
+ with:
12
+ src: github/gangb-tech
13
+ dst: gitee/jianggang97
14
+ dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
15
+ dst_token: ${{ secrets.GITEE_TOKEN }}
0 commit comments