From 1cc7824e9dba816bae12c14aeb37b52d2e2b63d0 Mon Sep 17 00:00:00 2001 From: SauloCW Date: Wed, 18 Jun 2025 12:27:53 -0300 Subject: [PATCH] change GH key for correction --- .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 9300c60..212f1be 100644 --- a/.github/workflows/gitleaks.yml +++ b/.github/workflows/gitleaks.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GHA_PAT }} - name: Run Gitleaks uses: gitleaks/gitleaks-action@v2