mirror of https://github.com/midoks/mdserver-web
parent
bf1d00c012
commit
dc3f8f8e0b
@ -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 |
Loading…
Reference in new issue