From 8ed286b4a512df28ce12086d40bb2cc0d5dc3864 Mon Sep 17 00:00:00 2001 From: Marcell Huszti Date: Wed, 19 Jun 2024 11:47:43 +0200 Subject: [PATCH] chore(workflows): add `checks: write` permission --- .github/workflows/pull-request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 142a41f..228d427 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -3,6 +3,7 @@ name: Pull request on: [pull_request] permissions: + checks: write contents: write jobs: