mirror of
https://github.com/danieldemus/openhab-addons
synced 2026-07-27 19:50:36 +02:00
Create fork-autosync.yml
Update fork-autosync.yml
This commit is contained in:
committed by
Github Action
parent
b536863960
commit
9e77812ff3
@@ -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