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 12d8b3d commit 5f771bfCopy full SHA for 5f771bf
.github/workflows/secret-scan.yml
@@ -20,4 +20,5 @@ jobs:
20
- name: Run GitLeaks
21
uses: gitleaks/gitleaks-action@v2
22
env:
23
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
+ GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}
0 commit comments