Skip to content

Commit c755eee

Browse files
authored
Merge pull request #239 from tnull/2024-01-fix-audit-file-3
More fixes for the audit file
2 parents c47c19d + 331ee43 commit c755eee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/audit.yml

Lines changed: 3 additions & 3 deletions
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/audit-check@v1.4.1
22-
permissions:
23-
issues: write
24-
checks: write
2525
with:
2626
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)