Skip to content

Commit 5b43252

Browse files
authored
Update permissions
1 parent a132e51 commit 5b43252

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
permissions:
2323
issues: write
2424
pull-requests: write
25+
contents: read
2526

2627
strategy:
2728
matrix:
@@ -92,4 +93,4 @@ jobs:
9293
comment-tag: benchmark
9394
- name: Exit with correct status
9495
run: |
95-
exit ${{ env.exitStatus }}
96+
exit ${{ env.exitStatus }}

0 commit comments

Comments
 (0)