From b022529ed66448a68a7eaec630b9911aba60f9f2 Mon Sep 17 00:00:00 2001 From: Sean Rankine Date: Mon, 8 Jul 2024 10:59:40 +0100 Subject: [PATCH] Pass packages write permissions to build image workflow This is required by the build and push reusable workflow to push images to GitHub Packages. --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5712d966b..4f92c3fe4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,6 +31,7 @@ jobs: permissions: id-token: write contents: read + packages: write trigger-deploy: name: Trigger deploy to ${{ inputs.environment || 'integration' }} needs: build-and-publish-image