From 1026165e4d0d69205a4c0cdde20969371314054f Mon Sep 17 00:00:00 2001 From: Elena Gantner Date: Thu, 28 May 2026 13:13:27 +0200 Subject: [PATCH] fix permission setup for post-pr-comments.yml Signed-off-by: Elena Gantner --- .github/workflows/post-pr-comments.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/post-pr-comments.yml b/.github/workflows/post-pr-comments.yml index 9576a73..3c00116 100644 --- a/.github/workflows/post-pr-comments.yml +++ b/.github/workflows/post-pr-comments.yml @@ -54,8 +54,8 @@ on: default: "pr-comment-coverage" permissions: - contents: read - pull-requests: write + actions: read # needed for gh run download (artifact access) + pull-requests: write # needed for posting PR comments jobs: post-comments: