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