Skip to content

Commit 40eb889

Browse files
sashashuraaldas
authored andcommitted
build: harden echo.yml permissions
Signed-off-by: Alex <[email protected]>
1 parent 135c511 commit 40eb889

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/echo.yml

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ on:
2121
- 'codecov.yml'
2222
workflow_dispatch:
2323

24+
permissions:
25+
contents: read # to fetch code (actions/checkout)
26+
2427
jobs:
2528
test:
2629
strategy:

0 commit comments

Comments
 (0)