mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-27 19:50:37 +02:00
Create fork-autosync.yml
Signed-off-by: Daniel Demus <daniel-github@demus.dk>
This commit is contained in:
committed by
Github Action
parent
eb77b72442
commit
45700d4d44
@@ -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
|
||||
Reference in New Issue
Block a user