We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9189c commit ad6fed3Copy full SHA for ad6fed3
1 file changed
.github/workflows/scm_configuration_check.yaml
@@ -33,7 +33,7 @@ jobs:
33
id: generate-token
34
uses: actions/create-github-app-token@v2
35
with:
36
- app-id: ${{ secrets.GATHERER_APP_ID }}
+ app-id: ${{ vars.CHAINLOOP_GATHERER_APP_ID }}
37
private-key: ${{ secrets.GATHERER_APP_PRIVATE_KEY }}
38
39
- name: Gather runner context data
0 commit comments