Add template sync to cockpit starter kit
This commit is contained in:
parent
b2738e6548
commit
6b7d8134f0
1 changed files with 19 additions and 0 deletions
19
.github/workflows/template-sync.yml
vendored
Normal file
19
.github/workflows/template-sync.yml
vendored
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue