Skip to content

Commit d4d63c2

Browse files
authored
chore: fix permissions for image push
Signed-off-by: Todd Baert <[email protected]>
1 parent b4bf8bf commit d4d63c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
release_tag_name: ${{ steps.release.outputs.tag_name }}
3333

3434
build-oci:
35+
permissions:
36+
packages: write # to push the container image
3537
needs: release-please
3638
runs-on: ubuntu-latest
3739
if: ${{ needs.release-please.outputs.release_created }}

0 commit comments

Comments
 (0)