Skip to content

actions-template-sync #446

actions-template-sync

actions-template-sync #446

name: actions-template-sync
on:
schedule:
- cron: "0 1 * * *"
workflow_dispatch:
jobs:
repo-sync:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.ADD_ISSUES_TO_PROJECTS_PAT }}
- name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@v1
with:
github_token: ${{ secrets.ADD_ISSUES_TO_PROJECTS_PAT }}
source_repo_path: dqualizer/template
upstream_branch: main