Add workflow + addon
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
---
|
||||
channel: stable
|
||||
addons:
|
||||
grott:
|
||||
repository: egguy/addon-grott
|
||||
target: grott
|
||||
image: ghcr.io/egguy/addon-grott/{arch}
|
||||
@@ -0,0 +1,13 @@
|
||||
---
|
||||
name: Repository Updater
|
||||
|
||||
# yamllint disable-line rule:truthy
|
||||
on:
|
||||
repository_dispatch:
|
||||
types: ["update"]
|
||||
|
||||
jobs:
|
||||
workflows:
|
||||
uses: hassio-addons/workflows/.github/workflows/repository-updater.yaml@main
|
||||
secrets:
|
||||
UPDATER_TOKEN: ${{ secrets.UPDATER_TOKEN }}
|
||||
Reference in New Issue
Block a user