From ac9e4d01535dda7a2428302ed87f09f47ed547de Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Tue, 13 May 2025 16:24:14 +0200 Subject: [PATCH] ci: :bug: needs to be `GH_INSTALLATION_TOKEN` for GitHub Apps --- .github/workflows/sync-files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-files.yml b/.github/workflows/sync-files.yml index 603e188..dc46e45 100644 --- a/.github/workflows/sync-files.yml +++ b/.github/workflows/sync-files.yml @@ -23,7 +23,7 @@ jobs: - name: Run GitHub File Sync uses: BetaHuhn/repo-file-sync-action@v1 with: - GH_PAT: ${{ steps.app-token.outputs.token }} + GH_INSTALLATION_TOKEN: ${{ steps.app-token.outputs.token }} ASSIGNEES: lwjohnst86 IS_FINE_GRAINED: true GIT_USERNAME: github-actions[bot]