Add workflow + addon

This commit is contained in:
Etienne G
2023-10-03 00:36:18 +11:00
parent f84a5aeed9
commit 79abff5116
2 changed files with 20 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
---
channel: stable
addons:
grott:
repository: egguy/addon-grott
target: grott
image: ghcr.io/egguy/addon-grott/{arch}
+13
View File
@@ -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 }}