Skip to content

Sync Fork

Sync Fork #5057

Workflow file for this run

name: Sync Fork
on:
schedule:
- cron: '23 * * * *'
workflow_dispatch: # on button click
jobs:
sync:
permissions: write-all
runs-on: ubuntu-latest
steps:
- uses: tgymnich/[email protected]
with:
retries: 2
retry_after: 15
owner: PyDMD
base: master
head: master
token: ${{ secrets.NDEMO_TOKEN }}
auto_approve: true
ignore_fail: true
merge_method: rebase