We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 343ae0e + 1cc7824 commit 60dee77Copy full SHA for 60dee77
.github/workflows/gitleaks.yml
@@ -18,7 +18,7 @@ jobs:
18
fetch-depth: 0
19
ref: ${{ github.event.pull_request.head.ref }}
20
repository: ${{ github.event.pull_request.head.repo.full_name }}
21
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.GHA_PAT }}
22
23
- name: Run Gitleaks
24
uses: gitleaks/gitleaks-action@v2
0 commit comments