Skip to content

Commit

Permalink
ci: 👷 Allow id-token: write for cpp-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DRovara committed Aug 7, 2024
1 parent 18a2d97 commit 4dc5027
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
needs: change-detection
if: fromJSON(needs.change-detection.outputs.run-cpp-tests)
uses: cda-tum/mqt-workflows/.github/workflows/reusable-cpp-ci.yml@v1.1.5
permissions:
id-token: write # Explicitly allows the `id-token: write` permission for this job
with:
cmake-args: ""
cmake-args-ubuntu: -G Ninja
Expand Down

0 comments on commit 4dc5027

Please sign in to comment.