Create fork-autosync.yml

Signed-off-by: Daniel Demus <daniel-github@demus.dk>
This commit is contained in:
Daniel Demus
2026-07-24 05:26:44 +00:00
committed by Github Action
parent eb77b72442
commit 45700d4d44
+15
View File
@@ -0,0 +1,15 @@
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