Skip to content

Commit fdb0a8f

Browse files
authored
ci: 🐛 needs to be GH_INSTALLATION_TOKEN for GitHub Apps (#70)
## Description The workflow needs this config field.
1 parent b62d4b7 commit fdb0a8f

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)