Skip to content

Commit

Permalink
More fixes for the audit file
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Feb 1, 2024
1 parent c47c19d commit 331ee43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:

jobs:
audit:
permissions:
issues: write
checks: write
strategy:
matrix:
platform: [
Expand All @@ -19,8 +22,5 @@ jobs:
uses: actions/checkout@v3
- name: Run security audit
uses: rustsec/[email protected]
permissions:
issues: write
checks: write
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 331ee43

Please sign in to comment.