From 31378bb9f120418c6a7eda27968b2c753be51623 Mon Sep 17 00:00:00 2001 From: Luisfc68 Date: Thu, 15 Aug 2024 09:43:59 -0300 Subject: [PATCH] chore: add read permission to slither action --- .github/workflows/slither.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/slither.yml b/.github/workflows/slither.yml index e0c5d7a..0e036f4 100644 --- a/.github/workflows/slither.yml +++ b/.github/workflows/slither.yml @@ -5,6 +5,7 @@ jobs: runs-on: ubuntu-latest permissions: security-events: write + packages: read steps: - uses: actions/checkout@v3