]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - .github/workflows/sync2gitee.yml
CI build
[Ventoy.git] / .github / workflows / sync2gitee.yml
1 name: Mirror GitHub to Gitee
2
3 on:
4 # Triggers the workflow on push or pull request events but only for the main branch
5 push:
6 branches: [ master ]
7 pull_request:
8 branches: [ master ]
9
10 # Allows you to run this workflow manually from the Actions tab
11 workflow_dispatch:
12
13 jobs:
14 run:
15 name: Sync-GitHub-to-Gitee
16 runs-on: ubuntu-latest
17 steps:
18 - name: Mirror the Github repos to Gitee.
19 uses: Yikun/hub-mirror-action@master
20 with:
21 src: github/ventoy
22 dst: gitee/LongPanda
23 dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
24 dst_token: ${{ secrets.GITEE_TOKEN }}
25 static_list: "Ventoy"
26 force_update: true