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.
2 parents c76a8fe + d317374 commit 721fa4cCopy full SHA for 721fa4c
.github/workflows/gitguardian.yml
@@ -29,7 +29,7 @@ jobs:
29
GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
30
GITHUB_PULL_BASE_SHA: ${{ github.event.pull_request.base.sha }}
31
GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
32
- GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}
+ GITGUARDIAN_API_KEY: ${{ secrets.STHCODERS_GIT_GUARDIAN_API_KEY }}
33
# Runs a single command using the runners shell
34
- name: alert
35
run: echo Scan is complete!
0 commit comments