Skip to content

Commit 721fa4c

Browse files
authored
Merge pull request #31 from STH-Coders/killshot13-gitguardian-github-actions-patch-1
Fix(gh-actions): corrects errant api key variable
2 parents c76a8fe + d317374 commit 721fa4c

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
@@ -29,7 +29,7 @@ jobs:
2929
GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
3030
GITHUB_PULL_BASE_SHA: ${{ github.event.pull_request.base.sha }}
3131
GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
32-
GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}
32+
GITGUARDIAN_API_KEY: ${{ secrets.STHCODERS_GIT_GUARDIAN_API_KEY }}
3333
# Runs a single command using the runners shell
3434
- name: alert
3535
run: echo Scan is complete!

0 commit comments

Comments
 (0)