Set explicitly write permission for packages (#26539)
This commit is contained in:
parent
cc6508ec09
commit
d7fc17d5db
4
.github/workflows/build-containers.yml
vendored
4
.github/workflows/build-containers.yml
vendored
@ -17,7 +17,9 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy-images:
|
deploy-images:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
packages: write
|
||||||
strategy:
|
strategy:
|
||||||
# Even if one container fails to build we still want the others
|
# Even if one container fails to build we still want the others
|
||||||
# to continue their builds.
|
# to continue their builds.
|
||||||
|
Loading…
Reference in New Issue
Block a user