Skip to content

Commit ee287f7

Browse files
authored
Create gitee.yml
1 parent 1f2c360 commit ee287f7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/gitee.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Auto Sync
2+
on: push
3+
jobs:
4+
mirror_to_gitee:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- name: 'Checkout'
8+
uses: actions/checkout@v1
9+
- name: 'Mirror to gitee'
10+
uses: pixta-dev/repository-mirroring-action@v1
11+
with:
12+
target_repo_url:
13+
${{ secrets.GITEE_URL }}
14+
ssh_private_key:
15+
${{ secrets.GITEE_KEY }}

0 commit comments

Comments
 (0)