From 3e8912110dbd7ae71d572004c6da4b6e09b3a483 Mon Sep 17 00:00:00 2001 From: Antoine ROBIN Date: Wed, 8 Jan 2025 14:27:03 +0000 Subject: [PATCH] feat(linter): add mega linter --- .github/workflows/mega-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 357afaf..dc50f94 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -26,7 +26,7 @@ jobs: permissions: # Give the default GITHUB_TOKEN write permission to commit and push, comment issues & post new PR # Remove the ones you do not need - contents: write + contents: read issues: write pull-requests: write steps: