Skip to content

Commit a98eec7

Browse files
authored
ci: set workflow permissions to read-only by default (#768)
1 parent ffbc76d commit a98eec7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/benchmark.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request_target:
55
types: [labeled]
66

7+
permissions:
8+
contents: read
9+
710
jobs:
811
benchmark:
912
if: ${{ github.event.label.name == 'benchmark' }}

0 commit comments

Comments
 (0)