From 1e78aa46cd0336aaed768c4071eac8935f152fe7 Mon Sep 17 00:00:00 2001 From: Jake Leahy Date: Tue, 29 Oct 2024 19:43:51 +1100 Subject: [PATCH] Try and get it running again --- .github/workflows/performance.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index a1628b9..92bbb1f 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -3,6 +3,9 @@ name: Benchmarking on: pull_request: +permissions: + pull-requests: write + jobs: bench: runs-on: ubuntu-latest @@ -42,8 +45,6 @@ jobs: - name: Comment results uses: thollander/actions-comment-pull-request@v3 - permissions: - pull-requests: write with: file-path: comment.md comment-tag: execution