We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 192e2e6 + d4d63c2 commit eb91561Copy full SHA for eb91561
.github/workflows/release-please.yml
@@ -32,6 +32,8 @@ jobs:
32
release_tag_name: ${{ steps.release.outputs.tag_name }}
33
34
build-oci:
35
+ permissions:
36
+ packages: write # to push the container image
37
needs: release-please
38
runs-on: ubuntu-latest
39
if: ${{ needs.release-please.outputs.release_created }}
0 commit comments