org.DolphinEmu.dolphin-emu/.github/workflows/pr-from-upstream.yml

13 lines
340 B
YAML
Raw Normal View History

2024-11-05 13:01:07 +00:00
name: "Sync with Upstream and Create PR"
on:
workflow_call:
workflow_dispatch:
schedule:
- cron: "30 0 * * *" # Run every day at 00:30 UTC (9:30 JST)
jobs:
upstream-sync:
2024-11-08 01:49:58 +00:00
uses: RetroDECK/components-template/.github/workflows/pr_from_upstream.yml@main
secrets:
REKKU_PRIVATE_KEY: ${{ secrets.REKKU_PRIVATE_KEY }}