From 38a310c9af9b1d0df75176130f57389b64f47b1b Mon Sep 17 00:00:00 2001 From: ashish Date: Thu, 21 May 2020 01:48:42 +0530 Subject: [PATCH] [autoupdate] - yml added Signed-off-by: Ashish Patel Signed-off-by: ashish --- .github/workflows/autoupdate.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/autoupdate.yml diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml new file mode 100644 index 0000000..b268aa4 --- /dev/null +++ b/.github/workflows/autoupdate.yml @@ -0,0 +1,17 @@ +name: autoupdate +on: + # This will trigger on all pushes to all branches. + push: {} + # Alternatively, you can only trigger if commits are pushed to certain branches, e.g.: + # push: + # branches: + # - master + # - unstable +jobs: + autoupdate: + name: autoupdate + runs-on: ubuntu-18.04 + steps: + - uses: docker://chinthakagodawita/autoupdate-action:v1 + env: + GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"