mirror of
https://github.com/mtan93/hass-addons.git
synced 2026-03-07 21:22:00 +00:00
15 lines
271 B
YAML
15 lines
271 B
YAML
---
|
|
name: Sync labels
|
|
|
|
# yamllint disable-line rule:truthy
|
|
on:
|
|
schedule:
|
|
- cron: "34 5 * * *"
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
workflows:
|
|
uses: hassio-addons/workflows/.github/workflows/labels.yaml@main
|
|
secrets:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|