From 464991c8c21e712c2f5da49071cab699e917a53e Mon Sep 17 00:00:00 2001 From: Marius Ghita Date: Wed, 23 Oct 2024 17:57:42 +0300 Subject: [PATCH] fix(ci): workflow requires contents write permission --- .github/workflows/build-and-release-container.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-release-container.yaml b/.github/workflows/build-and-release-container.yaml index e46e491..d5ec676 100644 --- a/.github/workflows/build-and-release-container.yaml +++ b/.github/workflows/build-and-release-container.yaml @@ -7,6 +7,7 @@ on: permissions: packages: write + contents: write jobs: build-and-release-container: