Skip to content

Commit 459310b

Browse files
committed
build: harden ci.yml permissions
Signed-off-by: Alex <[email protected]>
1 parent 9d9e9e5 commit 459310b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
pull_request:
44
push:
55

6+
permissions:
7+
contents: read # to fetch code (actions/checkout)
8+
69
jobs:
710
test:
811
strategy:

0 commit comments

Comments
 (0)