From 1f65ad19e2819fbd1f973f61e404b6ad216f40a1 Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Thu, 12 Sep 2024 14:41:16 +0200 Subject: [PATCH] Fix test-reporter permissions --- .github/workflows/test-reporter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-reporter.yml b/.github/workflows/test-reporter.yml index 64426e5b..7d6c5a72 100644 --- a/.github/workflows/test-reporter.yml +++ b/.github/workflows/test-reporter.yml @@ -11,6 +11,7 @@ on: permissions: contents: read actions: read + checks: write jobs: report: