We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac17bc8 commit d699a61Copy full SHA for d699a61
1 file changed
.github/workflows/gitleaks.yml
@@ -56,8 +56,7 @@ jobs:
56
- name: Checkout
57
uses: actions/checkout@v4
58
with:
59
- submodules: 'recursive'
60
- token: ${{ secrets.GIT_PAT }}
+ token: ${{ github.token }}
61
fetch-depth: 0
62
63
- name: Run gitleaks
0 commit comments