summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2025-03-13 20:21:11 -0400
committerGitHub <noreply@github.com>2025-03-14 00:21:11 +0000
commitb64145ad46a787d297218997546102b74344f234 (patch)
treebdf02a1341d85cef08610afcc86ae8908e671dda /.github
parent0770a3e5aa550197e33f0943477d93f04f4dfa74 (diff)
ci(fix): Fix go benchmarks permissions (#2350)
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/benchmark.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index 2e52d55a..30501b5b 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -5,6 +5,10 @@ on:
- main
pull_request:
+permissions:
+ pull-requests: write
+ contents: write
+
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true