mirror of
https://github.com/labstack/echo.git
synced 2024-11-24 08:22:21 +02:00
build: harden echo.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
parent
135c511f5d
commit
40eb889d14
3
.github/workflows/echo.yml
vendored
3
.github/workflows/echo.yml
vendored
@ -21,6 +21,9 @@ on:
|
||||
- 'codecov.yml'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
||||
jobs:
|
||||
test:
|
||||
strategy:
|
||||
|
Loading…
Reference in New Issue
Block a user