Skip to content

Commit

Permalink
Fix permissions for lint CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Oct 21, 2024
1 parent cb7226c commit a521fbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
permissions:
checks: write

audit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a521fbe

Please sign in to comment.