Skip to content

template-sync

template-sync #236

Workflow file for this run

name: template-sync
on:
# cronjob trigger at 03:00 every day.
schedule:
- cron: "0 3 * * *"
# manual trigger
workflow_dispatch:
jobs:
repo-sync:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@v1.1.8
with:
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
source_repo_path: ventx/stackx-template-terraform
pr_labels: chore,template-sync
pr_title: "chore: upstream merge template repository"