From 0604f5b5ca3b30851b8dc9673e4b67cc0fa85d30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ullrich=20Sch=C3=A4fer?= Date: Wed, 25 Mar 2026 10:09:55 +0100 Subject: [PATCH] Add GITLEAKS_LICENSE secret for org repos Required for gitleaks-action on GitHub Organization repositories. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3eab10a..11a0e71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,7 @@ jobs: uses: gitleaks/gitleaks-action@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }} - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v6 with: