Skip to content

Commit

Permalink
Add workflow + addon
Browse files Browse the repository at this point in the history
  • Loading branch information
egguy committed Oct 2, 2023
1 parent f84a5ae commit 79abff5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .addons.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
channel: stable
addons:
grott:
repository: egguy/addon-grott
target: grott
image: ghcr.io/egguy/addon-grott/{arch}
13 changes: 13 additions & 0 deletions .github/workflows/repository-updater.yaml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 79abff5

Please sign in to comment.