Sync Fork VDLP #24
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |