From 9d33aea74db782e3a0d91ebe8f9f8fd4736d8d4d Mon Sep 17 00:00:00 2001 From: Arkadiusz Bachorski <60391032+arkadiuszbachorski@users.noreply.github.com> Date: Fri, 6 Dec 2024 23:40:19 +0100 Subject: [PATCH] Add `checks: write` permission to production workflow --- .github/workflows/production.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 21537adc..7fde6516 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -26,6 +26,7 @@ jobs: contents: read actions: read security-events: write + checks: write secrets: inherit with: environment: production