Skip to content

Commit

Permalink
f Explicitly restrict permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Jan 31, 2024
1 parent 5aabad8 commit d52761d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
macos-latest,
]
runs-on: ${{ matrix.platform }}
permissions:
issues: write
issues-reason: to create issues
checks: write
checks-reason: to create checks
steps:
- uses: actions/checkout@v3
- uses: rustsec/[email protected]
Expand Down

0 comments on commit d52761d

Please sign in to comment.