mirror of
https://github.com/astral-sh/uv
synced 2026-01-22 05:50:25 -05:00
Fix Docker publish permissions in release pipeline (#3195)
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -100,6 +100,9 @@ jobs:
|
||||
with:
|
||||
plan: ${{ needs.plan.outputs.val }}
|
||||
secrets: inherit
|
||||
permissions:
|
||||
packages: write
|
||||
contents: read
|
||||
|
||||
# Build and package all the platform-agnostic(ish) things
|
||||
build-global-artifacts:
|
||||
|
||||
Reference in New Issue
Block a user