From 4046493202379e07d0e57bd5f67c99f440c8cd46 Mon Sep 17 00:00:00 2001 From: Shankari Date: Thu, 26 Oct 2023 10:28:54 -0700 Subject: [PATCH] Give package write permissions to this job as well --- .github/workflows/cicd.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 18edbb85..b247fafa 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -14,6 +14,11 @@ on: jobs: docker-build-and-push-images: runs-on: ubuntu-latest + + permissions: + contents: read + packages: write + strategy: matrix: include: