1
0
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:
Alex 2022-12-08 19:37:15 +02:00 committed by Martti T
parent 135c511f5d
commit 40eb889d14

View File

@ -21,6 +21,9 @@ on:
- 'codecov.yml'
workflow_dispatch:
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
test:
strategy: