add Sync Fork

This commit is contained in:
quzard 2023-05-28 13:55:09 +08:00
parent 5eea5af4fb
commit f27c246911

19
.github/workflows/Sync Fork.yml vendored Normal file
View File

@ -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