From 25dca344b4107604c3ce7ea210169596c111889f Mon Sep 17 00:00:00 2001 From: Islam El-Ashi Date: Mon, 4 Mar 2024 10:52:19 +0100 Subject: [PATCH] fix: permissions in benchmark CI job --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2d4736b..5d9ee50f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,6 +76,11 @@ jobs: benchmark: runs-on: ubuntu-latest needs: build + permissions: + # To allow writing comments to the PR in forked repositorites. + # See https://github.com/thollander/actions-comment-pull-request/issues/181 + pull-requests: write + env: PROJECT_DIR: . steps: