Add GITLEAKS_LICENSE secret for org repos

Required for gitleaks-action on GitHub Organization repositories.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-03-25 10:09:55 +01:00
parent aa798999cb
commit 0604f5b5ca
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9

View file

@ -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: