Skip to content

Commit 8562c41

Browse files
committed
Update permissions for security_audit
1 parent a438e9d commit 8562c41

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
@@ -85,6 +85,10 @@ jobs:
8585
RUSTFLAGS: ${{ env.RUSTFLAGS }} -Z randomize-layout
8686

8787
security_audit:
88+
permissions:
89+
checks: write
90+
contents: read
91+
issues: write
8892
runs-on: ubuntu-latest
8993
steps:
9094
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)