Skip to content

Commit 7e38bd6

Browse files
committed
Update permissions for security_audit
1 parent 3fd521d commit 7e38bd6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ jobs:
6666
- run: cargo fmt --all --check
6767

6868
security_audit:
69+
permissions:
70+
checks: write
71+
contents: read
72+
issues: write
6973
runs-on: ubuntu-latest
7074
steps:
7175
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)