Skip to content

Commit f2e4677

Browse files
authored
Add same permissions to python tests
Signed-off-by: Damian Rovara <93778306+DRovara@users.noreply.github.com>
1 parent 1506ae7 commit f2e4677

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
needs: change-detection
4343
permissions:
4444
id-token: write # Explicitly allows the `id-token: write` permission for this job
45+
contents: read
4546
if: fromJSON(needs.change-detection.outputs.run-python-tests)
4647
uses: cda-tum/mqt-workflows/.github/workflows/reusable-python-ci.yml@v1.5.0
4748

0 commit comments

Comments
 (0)