We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1506ae7 commit f2e4677Copy full SHA for f2e4677
.github/workflows/ci.yml
@@ -42,6 +42,7 @@ jobs:
42
needs: change-detection
43
permissions:
44
id-token: write # Explicitly allows the `id-token: write` permission for this job
45
+ contents: read
46
if: fromJSON(needs.change-detection.outputs.run-python-tests)
47
uses: cda-tum/mqt-workflows/.github/workflows/[email protected]
48
0 commit comments