From a20e749ccb878963666466a869f36f1f037f0f0c Mon Sep 17 00:00:00 2001 From: Jonas Eberle Date: Tue, 30 Sep 2025 15:47:10 +0200 Subject: [PATCH] fix(tests): add workflow permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6da82ef..8499984 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,6 @@ name: tests +permissions: + contents: read on: pull_request: