Autosync with upstream via Github Actions (#2)

This commit is contained in:
Robin Windey 2020-10-10 09:19:36 +02:00 committed by GitHub
parent b0c6c9f67e
commit 427443c654
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
.github/workflows/sync_fork.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: Sync Fork
on:
schedule:
- cron: '30 20 * * *'
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: TG908/fork-sync@v1.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
owner: nginx-proxy
base: master
head: master