Skip to content

Sync Fork

Sync Fork #61308

name: Sync Fork
on:
schedule:
- cron: '*/30 * * * *' # every 30 minutes
workflow_dispatch: # on button click
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
base: master
head: master
owner: ytdl-org
merge_method: rebase
auto_approve: true
personal_token: ${{ secrets.PERSONAL_TOKEN }}