Skip to content

Commit b58a418

Browse files
committed
chore: GH workflow permissions
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 6ea7f51 commit b58a418

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ jobs:
162162
needs.release-PyPI.outputs.version &&
163163
needs.release-PyPI.outputs.tag
164164
runs-on: ubuntu-latest
165+
permissions:
166+
packages: write
165167
env:
166168
VERSION: ${{ needs.release-PyPI.outputs.version }}
167169
ARTIFACT_DOCKER_SBOM: 'docker-image-bom'

0 commit comments

Comments
 (0)