Autosync with upstream via Github Actions (#2)
This commit is contained in:
parent
b0c6c9f67e
commit
427443c654
1 changed files with 16 additions and 0 deletions
16
.github/workflows/sync_fork.yml
vendored
Normal file
16
.github/workflows/sync_fork.yml
vendored
Normal 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
|
Loading…
Reference in a new issue