From 5fb04ad196788640c30d4b9656116a80a39c8a4f Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Wed, 4 Sep 2024 09:10:29 +0200 Subject: [PATCH] Add permissions for super-linter to allow reporting statuses --- .github/workflows/superlinter.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/superlinter.yml b/.github/workflows/superlinter.yml index 16b121de..d4850bbd 100644 --- a/.github/workflows/superlinter.yml +++ b/.github/workflows/superlinter.yml @@ -14,6 +14,12 @@ jobs: # Set the type of machine to run on runs-on: ubuntu-latest + permissions: + contents: read + packages: read + # To report GitHub Actions status Checks + statuses: write + steps: # Checks out a copy of your repository on the ubuntu-latest machine - name: Checkout code