mirror of
https://github.com/mtan93/hass-addons.git
synced 2026-03-08 05:31:54 +00:00
15 lines
261 B
YAML
15 lines
261 B
YAML
---
|
|
name: Lock
|
|
|
|
# yamllint disable-line rule:truthy
|
|
on:
|
|
schedule:
|
|
- cron: "0 9 * * *"
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
workflows:
|
|
uses: hassio-addons/workflows/.github/workflows/lock.yaml@main
|
|
secrets:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|