1 name: Mirror GitHub to Gitee
4 # Triggers the workflow on push or pull request events but only for the main branch
10 # Allows you to run this workflow manually from the Actions tab
15 name: Sync-GitHub-to-Gitee
16 runs-on: ubuntu-latest
18 - name: Mirror the Github repos to Gitee.
19 uses: Yikun/hub-mirror-action@master
23 dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
24 dst_token: ${{ secrets.GITEE_TOKEN }}