Skip to content

Commit 331ee43

Browse files
committed
More fixes for the audit file
1 parent c47c19d commit 331ee43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/audit.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66

77
jobs:
88
audit:
9+
permissions:
10+
issues: write
11+
checks: write
912
strategy:
1013
matrix:
1114
platform: [
@@ -19,8 +22,5 @@ jobs:
1922
uses: actions/checkout@v3
2023
- name: Run security audit
2124
uses: rustsec/[email protected]
22-
permissions:
23-
issues: write
24-
checks: write
2525
with:
2626
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)