Skip to content

Commit 4dcbdcb

Browse files
committed
set default permissions as read only for ci yml
1 parent e01c9ab commit 4dcbdcb

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
@@ -9,6 +9,9 @@ on:
99
pull_request:
1010
branches: [ "main" ]
1111

12+
# Declare default permissions as read only.
13+
permissions: read-all
14+
1215
jobs:
1316
build:
1417

0 commit comments

Comments
 (0)