build: harden e2e.yml permissions

Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
Alex 2022-09-24 08:56:40 +02:00
parent c26fe145ca
commit e09a9f2dc2
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ on:
branches:
- main
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
run-e2e-test:
runs-on: ubuntu-latest