Skip to content

Commit 2ede986

Browse files
committed
chore: stop forwarding the deprecated GITLEAKS_LICENSE secret
Secret scanning runs on betterleaks, which is OSS and needs no license. The shared gitleaks reusable declares GITLEAKS_LICENSE only for backwards compatibility and never reads it, and the org-level secret has been deleted, so this workflow was handing an empty value to an input that ignores it. Only the mapping line is removed; the enclosing `secrets:` key goes with it only when nothing else was left under it. Other secrets in the same block are untouched. Signed-off-by: Sebastian Mendel <github@sebastianmendel.de>
1 parent 12c3fbd commit 2ede986

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,3 @@ jobs:
2828
type-check-cmd: "bun run build:lib"
2929
build-cmd: "bun run build:lib"
3030
enable-format-check: false
31-
secrets:
32-
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}

0 commit comments

Comments
 (0)