From d7fc17d5dbfa02cb1b83fb3ebb4361baee278f39 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Wed, 6 Oct 2021 01:12:25 +0200 Subject: Set explicitly write permission for packages (#26539) --- .github/workflows/build-containers.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github') 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. -- cgit v1.2.3-60-g2f50