1 name: Mirror GitHub to Gitee
4 # Triggers the workflow on push or pull request events but only for the main branch
8 # Allows you to run this workflow manually from the Actions tab
13 name: Sync-GitHub-to-Gitee
14 if: ${{ github.repository_owner == 'ventoy' }}
15 runs-on: ubuntu-latest
17 - name: Mirror the Github repos to Gitee.
18 uses: Yikun/hub-mirror-action@master
22 dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
23 dst_token: ${{ secrets.GITEE_TOKEN }}