nginx-proxy-auto-docker/.github/workflows/sync_fork.yml
Robin Windey fd6f6e2659
docker hub push (#3)
* Docker push action; sync forc manually

* Run on push

* Update README badges

* Remove test
2020-10-10 09:59:30 +02:00

17 lines
No EOL
308 B
YAML

name: Sync Fork
on:
workflow_dispatch:
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