Set explicitly write permission for packages (#26539)
This commit is contained in:
parent
cc6508ec09
commit
d7fc17d5db
2
.github/workflows/build-containers.yml
vendored
2
.github/workflows/build-containers.yml
vendored
@ -18,6 +18,8 @@ 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