We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb7226c + a521fbe commit 59913abCopy full SHA for 59913ab
.github/workflows/ci.yml
@@ -36,6 +36,8 @@ jobs:
36
uses: actions-rs/clippy-check@v1
37
with:
38
token: ${{ secrets.GITHUB_TOKEN }}
39
+ permissions:
40
+ checks: write
41
42
audit:
43
runs-on: ubuntu-latest
0 commit comments