Create fork-autosync.yml

Update fork-autosync.yml
This commit is contained in:
Daniel Demus
2026-07-26 05:32:04 +00:00
committed by Github Action
parent b536863960
commit 9e77812ff3
+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