Skip to content

Commit

Permalink
Merge pull request #81 from alphagov/fix-deploy-workflow
Browse files Browse the repository at this point in the history
Add read contents permission to deploy workflow
  • Loading branch information
theseanything authored Jun 13, 2024
2 parents c9473cb + e2701b7 commit 62c2e23
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 62c2e23

Please sign in to comment.