Skip to content

Commit

Permalink
Pass packages write permissions to build image workflow
Browse files Browse the repository at this point in the history
This is required by the build and push reusable workflow to push images to
GitHub Packages.
  • Loading branch information
theseanything committed Jul 8, 2024
1 parent fbf2844 commit b022529
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 @@ -31,6 +31,7 @@ jobs:
permissions:
id-token: write
contents: read
packages: write
trigger-deploy:
name: Trigger deploy to ${{ inputs.environment || 'integration' }}
needs: build-and-publish-image
Expand Down

0 comments on commit b022529

Please sign in to comment.