Skip to content

Commit c5dd384

Browse files
committed
ci: fix secret scan
1 parent c50c27f commit c5dd384

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/secret-scan.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
permissions:
1414
contents: read
15+
pull-requests: read
1516
steps:
1617
- name: Checkout
1718
uses: actions/checkout@v4
@@ -26,3 +27,5 @@ jobs:
2627
# Let the action run its default git-range scan and only pass
2728
# scanner options.
2829
args: --config .gitleaks.toml --redact
30+
env:
31+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)