Skip to content

Commit ad6fed3

Browse files
committed
change secret for var
Signed-off-by: Javier Rodriguez <javier@chainloop.dev>
1 parent fb9189c commit ad6fed3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scm_configuration_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: generate-token
3434
uses: actions/create-github-app-token@v2
3535
with:
36-
app-id: ${{ secrets.GATHERER_APP_ID }}
36+
app-id: ${{ vars.CHAINLOOP_GATHERER_APP_ID }}
3737
private-key: ${{ secrets.GATHERER_APP_PRIVATE_KEY }}
3838

3939
- name: Gather runner context data

0 commit comments

Comments
 (0)