Skip to content

Commit ca4c0ed

Browse files
committed
fix(ci): add pull-requests and checks write permissions to gitleaks job
1 parent 87e69f7 commit ca4c0ed

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/gitleaks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
permissions:
1414
contents: read
15+
pull-requests: write
16+
checks: write
1517
steps:
1618
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.2.2
1719
with:

0 commit comments

Comments
 (0)