mirror of https://github.com/astral-sh/uv
Set explicit Docker permissions (#997)
This commit is contained in:
parent
c8285cb5ef
commit
980e1f6d79
|
|
@ -100,6 +100,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
plan: ${{ needs.plan.outputs.val }}
|
plan: ${{ needs.plan.outputs.val }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
permissions:
|
||||||
|
packages: write
|
||||||
|
contents: read
|
||||||
|
|
||||||
# Build and package all the platform-agnostic(ish) things
|
# Build and package all the platform-agnostic(ish) things
|
||||||
build-global-artifacts:
|
build-global-artifacts:
|
||||||
|
|
|
||||||
|
|
@ -167,3 +167,5 @@ build-local-artifacts = false
|
||||||
local-artifacts-jobs = ["./build-binaries", "./build-docker"]
|
local-artifacts-jobs = ["./build-binaries", "./build-docker"]
|
||||||
# Publish jobs to run in CI
|
# Publish jobs to run in CI
|
||||||
publish-jobs = ["./publish-pypi"]
|
publish-jobs = ["./publish-pypi"]
|
||||||
|
# For: `permissions: packages: write`.
|
||||||
|
allow-dirty = ["ci"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue