1
0
mirror of https://github.com/distribution/distribution synced 2024-11-06 19:35:52 +01:00

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

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