From ea83df94b74ebbc3814677a7fb4f10f47a348c18 Mon Sep 17 00:00:00 2001 From: Jelle van Snik Date: Mon, 2 May 2022 15:41:36 +0200 Subject: [PATCH] changed permissions of linting --- .github/workflows/linting.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 86c18c96..1cad5448 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -5,10 +5,13 @@ on: branches: - master - next - pull_request: + pull_request_target: types: [opened, reopened] -permissions: read-all +# needs write to add annotations +permissions: + checks: write + contents: write jobs: linting: