We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GH_INSTALLATION_TOKEN
1 parent b62d4b7 commit fdb0a8fCopy full SHA for fdb0a8f
1 file changed
.github/workflows/sync-files.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Run GitHub File Sync
24
uses: BetaHuhn/repo-file-sync-action@v1
25
with:
26
- GH_PAT: ${{ steps.app-token.outputs.token }}
+ GH_INSTALLATION_TOKEN: ${{ steps.app-token.outputs.token }}
27
ASSIGNEES: lwjohnst86
28
IS_FINE_GRAINED: true
29
GIT_USERNAME: github-actions[bot]
0 commit comments