diff --git a/.github/workflows/template-sync.yml b/.github/workflows/template-sync.yml index 1b03bb4..56c4394 100644 --- a/.github/workflows/template-sync.yml +++ b/.github/workflows/template-sync.yml @@ -1,5 +1,6 @@ # File: .github/workflows/template-sync.yml +name: Template Sync on: # cronjob trigger schedule: @@ -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