Skip to content

Commit

Permalink
build: harden echo.yml permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Alex <aleksandrosansan@gmail.com>
  • Loading branch information
sashashura authored and aldas committed Dec 8, 2022
1 parent 135c511 commit 40eb889
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/echo.yml
Expand Up @@ -21,6 +21,9 @@ on:
- 'codecov.yml'
workflow_dispatch:

permissions:
contents: read # to fetch code (actions/checkout)

jobs:
test:
strategy:
Expand Down

0 comments on commit 40eb889

Please sign in to comment.