From dce9df77dd13fe1ef1d73b3a89a97a995ba8b8ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sat, 29 Jun 2024 01:02:31 +0200 Subject: [PATCH] Fix template sync --- .github/workflows/template-sync.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/template-sync.yaml b/.github/workflows/template-sync.yaml index 1cd07c5..85d1024 100644 --- a/.github/workflows/template-sync.yaml +++ b/.github/workflows/template-sync.yaml @@ -9,7 +9,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + token: ${{ secrets.GH_TOKEN_FOR_UPDATES }} - uses: AndreasAugustin/actions-template-sync@v2 with: + # required to update github workflow files github_token: ${{ secrets.GH_TOKEN_FOR_UPDATES }} + pr_commit_msg: Merge template changes source_repo_path: NuschtOS/template