-
Notifications
You must be signed in to change notification settings - Fork 2
27 lines (24 loc) · 889 Bytes
/
template-sync.yml
File metadata and controls
27 lines (24 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# @see https://github.com/AndreasAugustin/actions-template-sync
# .templatesyncignore will ignore certain files from being synced like .gitignore
name: Template Sync
on:
workflow_dispatch:
jobs:
repo-sync:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
# https://github.com/actions/checkout#usage
# uncomment if you use submodules within the repository
# with:
# submodules: true
- name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: austinm911/tanstack-monorepo
upstream_branch: main