summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2021-10-06 01:12:25 +0200
committerGitHub <noreply@github.com>2021-10-05 23:12:25 +0000
commitd7fc17d5dbfa02cb1b83fb3ebb4361baee278f39 (patch)
treea460f3072c6644f787fbe41ddd32cbd8c560a3b6 /.github/workflows
parentcc6508ec0915de0b21d14d2b2c7e8c0757d2afc0 (diff)
downloadspack-d7fc17d5dbfa02cb1b83fb3ebb4361baee278f39.tar.gz
spack-d7fc17d5dbfa02cb1b83fb3ebb4361baee278f39.tar.bz2
spack-d7fc17d5dbfa02cb1b83fb3ebb4361baee278f39.tar.xz
spack-d7fc17d5dbfa02cb1b83fb3ebb4361baee278f39.zip
Set explicitly write permission for packages (#26539)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-containers.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml
index 908c4ebdf2..a2f6230e71 100644
--- a/.github/workflows/build-containers.yml
+++ b/.github/workflows/build-containers.yml
@@ -17,7 +17,9 @@ on:
jobs:
deploy-images:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest
+ permissions:
+ packages: write
strategy:
# Even if one container fails to build we still want the others
# to continue their builds.