Skip to content

Commit 4c2d5e7

Browse files
committed
build: harden benchmark.yml permissions
Signed-off-by: Alex <[email protected]>
1 parent 622713e commit 4c2d5e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/benchmark.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
pull_request: {}
99
workflow_dispatch: {}
1010

11+
permissions:
12+
contents: read # to fetch code (actions/checkout)
13+
1114
jobs:
1215
federation-benchmark:
1316
name: Federation Benchmark with ${{matrix.products_size}} Products

0 commit comments

Comments
 (0)