Skip to content

Commit 418c127

Browse files
fix(ci): add pull-requests write permission for benchmark comment posting
1 parent 1a59d44 commit 418c127

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
runs-on: ubuntu-22.04
3333
# Skip on the weekly schedule — that's for the full-benchmark job only
3434
if: github.event_name != 'schedule'
35+
permissions:
36+
pull-requests: write
3537

3638
steps:
3739
- name: Checkout

0 commit comments

Comments
 (0)