Add content read permission to build-test workflow

Change-Id: I5dc911e79e7d0d8fbd88d6a9a686fc10f11a97cd
This commit is contained in:
Manuel Stahl 2025-05-09 17:36:10 +02:00
parent 1b8b702270
commit 4d1a9cc147

View File

@ -5,6 +5,9 @@ on:
branches: ["master"]
pull_request:
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest