Skip to content

Commit

Permalink
ci: Add id-token permission to deploy job (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjcsmith authored Nov 28, 2024
1 parent 30093a1 commit c9e09f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,8 @@ jobs:
deploy-cloud:
runs-on: ubuntu-latest
if: ${{ needs.check_changes.outputs.deploy == 'true' && github.ref == 'refs/heads/main' }}
permissions:
id-token: write
needs:
[check_changes, build-app-image, build-control-plane-image]
steps:
Expand Down

0 comments on commit c9e09f3

Please sign in to comment.