From 7b3229ff79f13698f7a91aced919f0a07daeed3e Mon Sep 17 00:00:00 2001 From: swve Date: Sun, 27 Jul 2025 20:00:55 +0200 Subject: [PATCH] chore: add permissions for content read access in API tests workflow --- .github/workflows/api-tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/api-tests.yaml b/.github/workflows/api-tests.yaml index a655f2e0..c8b8d1ac 100644 --- a/.github/workflows/api-tests.yaml +++ b/.github/workflows/api-tests.yaml @@ -1,4 +1,6 @@ name: API Tests +permissions: + contents: read on: push: branches: