mirror of
https://github.com/danieldemus/openhab-addons
synced 2026-07-27 19:50:36 +02:00
16 lines
335 B
YAML
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
|