From 601395287555fd6ec4a11e1387bd5cb7354f4f1f Mon Sep 17 00:00:00 2001 From: SauloCW Date: Fri, 20 Jun 2025 11:42:54 -0300 Subject: [PATCH] change GH key (remove public) --- .github/workflows/gitleaks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitleaks.yml b/.github/workflows/gitleaks.yml index 212f1be..a7f71aa 100644 --- a/.github/workflows/gitleaks.yml +++ b/.github/workflows/gitleaks.yml @@ -24,6 +24,6 @@ jobs: uses: gitleaks/gitleaks-action@v2 env: GITHUB_TOKEN: ${{ secrets.GHA_PAT }} - GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE_PUBLIC }} + GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }} GITLEAKS_ENABLE_UPLOAD_ARTIFACT: "false" GITLEAKS_VERSION: 8.26.0 \ No newline at end of file