Skip to content

Commit ce2c84c

Browse files
committed
Fix security audit permissions in CI workflow
1 parent 8ecfb2f commit ce2c84c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
security:
7373
name: Security Audit
7474
runs-on: ubuntu-latest
75+
permissions:
76+
issues: write
77+
contents: read
7578
steps:
7679
- name: Checkout code
7780
uses: actions/checkout@v4

0 commit comments

Comments
 (0)