mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-03 18:51:32 +00:00
13 lines
279 B
YAML
13 lines
279 B
YAML
---
|
|
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 }}
|