Skip to content

Commit

Permalink
added auto-update action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Jan 5, 2024
1 parent 84963e0 commit d9fc8e7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
@@ -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 }}'

0 comments on commit d9fc8e7

Please sign in to comment.