maint: set base permissions for all workflows

This commit is contained in:
Matthias
2026-01-06 09:17:08 +01:00
parent 872b59c9cd
commit 29f235441b
2 changed files with 5 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ concurrency:
group: "${{ github.workflow }}"
cancel-in-progress: true
permissions:
contents: read
jobs:
build-and-push: