Skip to content

Commit 1cfbadc

Browse files
sashashurajanl
authored andcommitted
build: harden ci.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
1 parent f2401be commit 1cfbadc

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
@@ -17,6 +17,9 @@ env:
1717
NODE_VERSION: 14
1818
TEST_HOST: localhost
1919

20+
permissions:
21+
contents: read # to fetch code (actions/checkout)
22+
2023
jobs:
2124

2225
# Check style compliance of JavaScript code.

0 commit comments

Comments
 (0)