diff --git a/.github/workflows/Sync Fork.yml b/.github/workflows/Sync Fork.yml new file mode 100644 index 00000000..78351e91 --- /dev/null +++ b/.github/workflows/Sync Fork.yml @@ -0,0 +1,19 @@ +name: Sync Fork + +on: + schedule: + - cron: '*/30 * * * *' # every 30 minutes + workflow_dispatch: # on button click + +jobs: + sync: + + runs-on: ubuntu-latest + + steps: + - uses: tgymnich/fork-sync@v1.8 + with: + token: ${{ secrets.TOKEN}} + owner: songquanpeng + base: main + head: main