From a521fbe7ae0c0d62e8afb50cf05ab85ee2b4ae46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20L=C3=B6nnhager?= Date: Mon, 21 Oct 2024 15:30:12 +0200 Subject: [PATCH] Fix permissions for lint CI job --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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