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.
1 parent 3aa799c commit 1cc7824Copy full SHA for 1cc7824
.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