diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91b6e27..15524f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,6 +74,10 @@ jobs: - run: cargo fmt --all --check security_audit: + permissions: + checks: write + contents: read + issues: write runs-on: ubuntu-latest steps: - uses: actions/checkout@v3