mirror of
https://github.com/astral-sh/uv.git
synced 2025-12-23 09:19:48 +00:00
Set explicit Docker permissions (#997)
This commit is contained in:
parent
c8285cb5ef
commit
980e1f6d79
2 changed files with 5 additions and 0 deletions
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue