mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-03 18:41:30 +00:00
14 lines
327 B
YAML
14 lines
327 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:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
UPDATER_TOKEN: ${{ secrets.UPDATER_TOKEN }}
|