We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c50c27f commit c5dd384Copy full SHA for c5dd384
1 file changed
.github/workflows/secret-scan.yml
@@ -12,6 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
permissions:
14
contents: read
15
+ pull-requests: read
16
steps:
17
- name: Checkout
18
uses: actions/checkout@v4
@@ -26,3 +27,5 @@ jobs:
26
27
# Let the action run its default git-range scan and only pass
28
# scanner options.
29
args: --config .gitleaks.toml --redact
30
+ env:
31
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments