From 9ce4f056ea6d11d22b038f3cce2dda14d060d74b Mon Sep 17 00:00:00 2001 From: Urs Rudolph Date: Fri, 26 Dec 2025 21:34:54 +0100 Subject: [PATCH] Added Gitleaks License --- .gitea/workflows/leaks.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/leaks.yaml b/.gitea/workflows/leaks.yaml index e30fbb3..f4a1cdc 100644 --- a/.gitea/workflows/leaks.yaml +++ b/.gitea/workflows/leaks.yaml @@ -15,4 +15,5 @@ jobs: fetch-depth: 0 - uses: gitleaks/gitleaks-action@v2 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }} \ No newline at end of file