Set CI jobs to only be allowed to read the repo contents

This commit is contained in:
Robin Linden
2025-04-10 22:19:15 +02:00
parent 0dc973bb0b
commit efe92cfa29

View File

@@ -4,6 +4,10 @@ on:
pull_request:
workflow_dispatch:
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
permissions:
contents: read
jobs:
ci:
name: ${{ matrix.name }}