Skip to content

Commit d9e7178

Browse files
committed
fix(benchmark): Add permissions to benchmark workflow
1 parent 5d3cf67 commit d9e7178

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/benchmark.yml

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
name: PR comment
1313
if: github.event_name == 'pull_request'
1414
runs-on: ubuntu-latest
15+
permissions:
16+
pull-requests: write
1517
steps:
1618
#----------------------------------------------
1719
# check-out repo and set-up python
@@ -159,6 +161,8 @@ jobs:
159161
name: Reporters-DB-Dipatch
160162
if: github.event_name == 'repository_dispatch'
161163
runs-on: ubuntu-latest
164+
permissions:
165+
pull-requests: write
162166
steps:
163167
#----------------------------------------------
164168
# check-out repo and set-up python

0 commit comments

Comments
 (0)