From aa10770b3d9c314a1e5a517c6b0634f373006ee3 Mon Sep 17 00:00:00 2001 From: Sean Rankine Date: Mon, 8 Jul 2024 11:53:08 +0100 Subject: [PATCH] Pass packages write permission to deploy workflow This is needed to push images to ghcr.io --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e1f1e95..0ad9bb6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,6 +20,7 @@ jobs: permissions: id-token: write contents: read + packages: write trigger-deploy: name: Trigger deploy to production needs: build-and-publish-image