mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-12 22:58:58 +00:00
release: Add more permissions
Add package: write to the multi-arch manifest upload to ghcr.io Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
parent
d0c1ce1367
commit
8da75bf55d
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@ -81,6 +81,7 @@ jobs:
|
||||
needs: [build-and-push-assets-amd64, build-and-push-assets-arm64, build-and-push-assets-s390x, build-and-push-assets-ppc64le]
|
||||
permissions:
|
||||
contents: write # needed for the `gh release` commands
|
||||
packages: write # needed to push the multi-arch manifest to ghcr.io
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
Loading…
Reference in New Issue
Block a user