Skip to content

Commit 2b5c083

Browse files
authoredDec 8, 2022
Harden ci.yml permissions (#985)
1 parent 0e76a72 commit 2b5c083

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
branches: master
55
pull_request:
66

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

0 commit comments

Comments
 (0)
Please sign in to comment.