Skip to content

Commit ac9e4d0

Browse files
committed
ci: 🐛 needs to be GH_INSTALLATION_TOKEN for GitHub Apps
1 parent b62d4b7 commit ac9e4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Run GitHub File Sync
2424
uses: BetaHuhn/repo-file-sync-action@v1
2525
with:
26-
GH_PAT: ${{ steps.app-token.outputs.token }}
26+
GH_INSTALLATION_TOKEN: ${{ steps.app-token.outputs.token }}
2727
ASSIGNEES: lwjohnst86
2828
IS_FINE_GRAINED: true
2929
GIT_USERNAME: github-actions[bot]

0 commit comments

Comments
 (0)