From 7039ea9bf702ec1124d9f4e4dacd5983b4262dbf Mon Sep 17 00:00:00 2001 From: Marc Becker Date: Fri, 15 May 2026 11:57:41 +0200 Subject: [PATCH] Specify CI permissions --- .github/workflows/maven.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 228e4eac..19121a6f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -13,6 +13,9 @@ on: - main - postgres +permissions: + contents: read + jobs: build: