From f2e46779cdc0a733bb261fbfcd7abb72c64a4100 Mon Sep 17 00:00:00 2001 From: Damian Rovara <93778306+DRovara@users.noreply.github.com> Date: Tue, 10 Dec 2024 10:31:26 +0100 Subject: [PATCH] Add same permissions to python tests Signed-off-by: Damian Rovara <93778306+DRovara@users.noreply.github.com> --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 408e3a0..e5f96d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,7 @@ jobs: needs: change-detection permissions: id-token: write # Explicitly allows the `id-token: write` permission for this job + contents: read if: fromJSON(needs.change-detection.outputs.run-python-tests) uses: cda-tum/mqt-workflows/.github/workflows/reusable-python-ci.yml@v1.5.0