Skip to content

Commit 47eb4be

Browse files
authored
fix(ci): add permissions for security audit check run (#2)
1 parent bb54be2 commit 47eb4be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ jobs:
157157
audit:
158158
name: Security Audit
159159
runs-on: ubuntu-latest
160+
permissions:
161+
checks: write
162+
contents: read
160163
steps:
161164
- uses: actions/checkout@v4
162165
- uses: rustsec/audit-check@v2

0 commit comments

Comments
 (0)