Skip to content

Commit

Permalink
自动同步gitee
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jul 11, 2023
1 parent bf1d00c commit dc3f8f8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/sync2gitee.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: sync2gitee
on: [push]

jobs:
repo-sync:
runs-on: ubuntu-latest
steps:
- name: Mirror the Github organization repos to Gitee.
uses: Yikun/hub-mirror-action@master
with:
src: 'github/midoks'
dst: 'gitee/midoks'
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
static_list: "mdserver-web"
force_update: true

0 comments on commit dc3f8f8

Please sign in to comment.