Files
openhab-addons/.github/workflows/fork-autosync.yml
T
2026-07-26 05:32:04 +00:00

16 lines
335 B
YAML

name: 'Sync Fork with Upstream'
on:
schedule:
- cron: '0 2 * * *' # Runs daily at 2:00 AM UTC
workflow_dispatch: # Allow manual triggering
jobs:
sync:
uses: danieldemus/actions/.github/workflows/fork-autosync.yaml@main
permissions:
contents: write
with:
upstream_owner: openhab
secrets: inherit