We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7226c commit a521fbeCopy full SHA for a521fbe
.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