github.com/wangyougui/gf/v2@v2.6.5/.github/workflows/gitee-sync.yml (about)

     1  on:
     2    push:
     3      branches:
     4        - master
     5      tags:
     6        - "*"
     7  
     8  name: Sync to Gitee
     9  jobs:
    10    run:
    11      name: Run
    12      runs-on: ubuntu-latest
    13      steps:
    14        - name: Checkout source code
    15          uses: actions/checkout@v4
    16        - name: Mirror GitHub to Gitee
    17          uses: Yikun/hub-mirror-action@v1.3
    18          with:
    19            src: github/gogf
    20            dst: gitee/johng
    21            dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
    22            dst_token: ${{ secrets.GITEE_TOKEN }}
    23            src_account_type: org
    24            dst_account_type: user
    25            timeout: 600
    26            debug: true
    27            force_update: true
    28            static_list: "gf"