Skip to content

Commit

Permalink
ci(workflows): [ci] fix gitguardian env
Browse files Browse the repository at this point in the history
  • Loading branch information
unicornware committed Dec 17, 2024
1 parent fdbbdad commit 37b41c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}
GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
GITHUB_PULL_BASE_SHA: ${{ github.event.pull_request.base.sha }}
GITHUB_PUSH_BASE_SHA: ${{ env.SHA }}
GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
with:
args: --all-policies --ignore-known-secrets --show-secrets --verbose
Expand Down

0 comments on commit 37b41c1

Please sign in to comment.