From 53d566cbf46e0c66d5222074705196cba3715948 Mon Sep 17 00:00:00 2001 From: Pavlos Tzianos Date: Mon, 6 May 2024 00:06:11 +0300 Subject: [PATCH] fixes 149: give permission to publish job to write packages --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2f7eb3eec..680380988 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,6 +7,7 @@ on: permissions: # Grant the ability to checkout the repository contents: read + packages: write jobs: publish-docker-images: