mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-04 19:21:26 +00:00
Add Repository Updater GitHub Actions workflow
This commit is contained in:
parent
df6796f98c
commit
34fc8e1a8f
1 changed files with 19 additions and 0 deletions
19
.github/workflows/repository-updater.yaml
vendored
Normal file
19
.github/workflows/repository-updater.yaml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
---
|
||||||
|
name: Repository Updater
|
||||||
|
|
||||||
|
# yamllint disable-line rule:truthy
|
||||||
|
on:
|
||||||
|
repository_dispatch:
|
||||||
|
types: ["update"]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
publish:
|
||||||
|
name: Publishing add-on
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: 🚀 Run Repository Updater
|
||||||
|
uses: hassio-addons/repository-updater@v1.0.0
|
||||||
|
with:
|
||||||
|
addon: ${{ github.event.client_payload.addon }}
|
||||||
|
repository: ${{ github.repository }}
|
||||||
|
token: ${{ secrets.UPDATER_TOKEN }}
|
Loading…
Add table
Add a link
Reference in a new issue