Skip to content

Commit b99a5de

Browse files
authored
Update gitguardian.yml
Apparently changing the variable is not allowed because GitGuardian will only recognize the GITGUARDIAN_API_KEY parameter. New variable and value assigned here.
1 parent 47246c7 commit b99a5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gitguardian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
3131
GITHUB_PULL_BASE_SHA: ${{ github.event.pull_request.base.sha }}
3232
GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
33-
GITGUARDIAN_API_KEY: ${{ secrets.STHCODERS_GIT_GUARDIAN_API_KEY }}
33+
GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}
3434
# Runs a single command using the runners shell
3535
- name: alert
3636
run: echo Scan is complete!

0 commit comments

Comments
 (0)