diff --git a/.github/workflows/syncfork.yml b/.github/workflows/syncfork.yml new file mode 100644 index 000000000..dce37dd2d --- /dev/null +++ b/.github/workflows/syncfork.yml @@ -0,0 +1,16 @@ +name: Sync Fork + +on: + schedule: + - cron: '0 0 * * *' + +jobs: + sync: + + runs-on: ubuntu-latest + + steps: + - uses: tgymnich/fork-sync@v1.2 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + owner: marijnh