diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 822a2e9..1f5670d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,6 +102,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