From e73e6ce3f53ff4835606b3783a215d68cc98655f Mon Sep 17 00:00:00 2001 From: Wayback Archiver <66856220+waybackarchiver@users.noreply.github.com> Date: Fri, 6 Sep 2024 12:33:14 +0000 Subject: [PATCH] chore: specify permissions for linter workflow --- .github/workflows/linter.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 4851293..6b564f8 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -27,6 +27,10 @@ jobs: super-linter: name: Super Linter uses: wabarc/.github/.github/workflows/reusable-super-linter.yml@main + permissions: + contents: read + packages: read + statuses: write misspell: name: Misspell