Files
kompendium/.github/workflows/autoupdate.yml
2022-10-02 14:38:54 +00:00

12 lines
259 B
YAML

name: autoupdate
on:
push:
branches: [ main ]
jobs:
autoupdate:
name: autoupdate
runs-on: ubuntu-latest
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'