Skip to content

Commit

Permalink
Update template-sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HoleInOneGolfer committed Jul 30, 2024
1 parent 4b36c84 commit 55cdc99
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/template-sync.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# File: .github/workflows/template-sync.yml

name: Template Sync
on:
# cronjob trigger
schedule:
Expand All @@ -13,19 +14,18 @@ jobs:
permissions:
contents: write
pull-requests: write
actions: write


steps:
# To use this repository's private action, you must check out the repository
- name: Checkout
uses: actions/checkout@v4
# https://github.com/actions/checkout#usage
# uncomment if you use submodules within the repository
# with:
# submodules: true
with:
token: ${{ secrets.MOVED_CLASSIC_PAT_TOKEN }}

- name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: HoleInOneStudios/Repo-Template
upstream_branch: main # defaults to main
pr_labels: template_sync # defaults to template_sync

0 comments on commit 55cdc99

Please sign in to comment.