Skip to content

Sync Fork VDLP

Sync Fork VDLP #19

Workflow file for this run

name: Sync Fork VDLP
on:
schedule:
- cron: '0 0 1 * *' # every month
workflow_dispatch: # on button click
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/[email protected]
with:
token: ${{ secrets.SYNC_FORK_TOKEN }}
base: master
head: master
retries: 5
retry_after: 10