Skip to content

Commit

Permalink
Add permissions to Release workflow for publishing docker packages (#403
Browse files Browse the repository at this point in the history
)

Migrating to PyPi trusted publishing in #399 required manually specifying permissions in #401. The latter PR inadvertently removed permissions for publishing docker packages
  • Loading branch information
djperrefort committed Aug 28, 2024
1 parent 478d415 commit 8141168
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@ jobs:
secrets: inherit
permissions:
id-token: write
contents: read
packages: write
with:
version: ${{needs.version.outputs.version}}

0 comments on commit 8141168

Please sign in to comment.