Add template sync to cockpit starter kit

This commit is contained in:
Justin Stephenson 2023-05-10 10:45:33 -04:00
parent b2738e6548
commit 6b7d8134f0

19
.github/workflows/template-sync.yml vendored Normal file
View file

@ -0,0 +1,19 @@
# File: .github/workflows/template-sync.yml
on:
schedule:
- cron: "0 0 1 * *"
workflow_dispatch:
jobs:
repo-sync:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@v0.8.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: cockpit-project/starter-kit
upstream_branch: main