Skip to content

Commit

Permalink
Pass packages write permission to deploy workflow
Browse files Browse the repository at this point in the history
This is needed to push images to ghcr.io
  • Loading branch information
theseanything committed Jul 8, 2024
1 parent c1b6c71 commit aa10770
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 @@ -20,6 +20,7 @@ jobs:
permissions:
id-token: write
contents: read
packages: write
trigger-deploy:
name: Trigger deploy to production
needs: build-and-publish-image
Expand Down

0 comments on commit aa10770

Please sign in to comment.