Skip to content

Commit 5912d8d

Browse files
committed
Add minimum token permissions for all github workflow files
1 parent 3b42db5 commit 5912d8d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ on:
55
- main
66

77
permissions:
8-
contents: write
9-
deployments: write
8+
contents: read
109

1110
jobs:
1211
benchmark:
@@ -46,6 +45,9 @@ jobs:
4645
path: benchmarks
4746
store_benchmark:
4847
needs: benchmark
48+
permissions:
49+
contents: write
50+
deployments: write
4951
strategy:
5052
matrix:
5153
components: ["api", "sdk", "exporters"]

0 commit comments

Comments
 (0)