Skip to content

Commit 37b41c1

Browse files
committed
ci(workflows): [ci] fix gitguardian env
- https://github.com/GitGuardian/ggshield-action/blob/v1.34.0/.github/workflows/main.yml Signed-off-by: Lexus Drumgold <[email protected]>
1 parent fdbbdad commit 37b41c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}
156156
GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
157157
GITHUB_PULL_BASE_SHA: ${{ github.event.pull_request.base.sha }}
158-
GITHUB_PUSH_BASE_SHA: ${{ env.SHA }}
158+
GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
159159
GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
160160
with:
161161
args: --all-policies --ignore-known-secrets --show-secrets --verbose

0 commit comments

Comments
 (0)