components-template/workflow_templates/pr-from-upstream.yml

13 lines
340 B
YAML
Raw Permalink Normal View History

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