Skip to content

Commit

Permalink
Allow deployment job id-token: write
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Mar 3, 2024
1 parent 368fc7f commit 8de1c5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
concurrency:
group: deploy-test
permissions:
id-token: write
contents: read
with:
image-ref: ${{ needs.docker.outputs.image-digest }}
environment: test
Expand Down

0 comments on commit 8de1c5b

Please sign in to comment.