diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml new file mode 100644 index 0000000..8fa70cf --- /dev/null +++ b/.github/workflows/auto-update.yml @@ -0,0 +1,13 @@ +name: autoupdate +on: + push: + branches: + - master +jobs: + autoupdate: + name: autoupdate + runs-on: ubuntu-22.04 + steps: + - uses: docker://chinthakagodawita/autoupdate-action:v1 + env: + GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'