mirror of https://github.com/astral-sh/uv
workflows: Add annotating permission to 'annotate uv' action
This commit is contained in:
parent
8a22572338
commit
7d9d3f5a43
|
|
@ -348,6 +348,8 @@ jobs:
|
|||
- docker-plan
|
||||
- docker-publish-base
|
||||
- docker-publish-extra
|
||||
permissions:
|
||||
attestations: write # for GHCR attestations
|
||||
if: ${{ needs.docker-plan.outputs.push == 'true' }}
|
||||
steps:
|
||||
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue