diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5d3f4f..b796ddf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,8 @@ jobs: uses: actions-rs/clippy-check@v1 with: token: ${{ secrets.GITHUB_TOKEN }} + permissions: + checks: write audit: runs-on: ubuntu-latest