Skip to content

Sync Fork

Sync Fork #3457

Workflow file for this run

name: Sync Fork
on:
schedule:
- cron: '0 * * * *' # At minute 0.
workflow_dispatch: # on button click
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/fork-sync@v2.0
with:
token: ${{ secrets.SYNC_FORK_ACCESS_TOKEN }}
owner: disposable
base: master
head: master