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: