From 24e75b9643618cc76326325a4ce9b75154e6b0c8 Mon Sep 17 00:00:00 2001 From: Leonid Kostrykin Date: Wed, 2 Oct 2024 17:41:37 +0200 Subject: [PATCH] Update post-pr-comment.yml --- .github/workflows/post-pr-comment.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/post-pr-comment.yml b/.github/workflows/post-pr-comment.yml index d3997a0..24cffe6 100644 --- a/.github/workflows/post-pr-comment.yml +++ b/.github/workflows/post-pr-comment.yml @@ -5,6 +5,9 @@ on: workflows: [Test suite] types: [completed] +permissions: + pull-requests: write + jobs: post_pr_comment: uses: BMCV/github-workflows/.github/workflows/coverage-post-pr-comment.yml@main