Skip to content

Commit e154eb5

Browse files
author
jianggang
authored
feat: Create github -> fitee action
1 parent 626511a commit e154eb5

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)