Skip to content

Commit

Permalink
Add read contents permission to deploy workflow
Browse files Browse the repository at this point in the history
This permissions is needed by the reusable workflow to build and push
the image.
  • Loading branch information
theseanything committed Jun 13, 2024
1 parent c9473cb commit e2701b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
gitRef: ${{ inputs.gitRef || github.event.release.tag_name }}
permissions:
id-token: write
contents: read
trigger-deploy:
name: Trigger deploy to ${{ inputs.environment || 'integration' }}
needs: build-and-publish-image
Expand Down

0 comments on commit e2701b7

Please sign in to comment.