From 0ec59b748e2bdc46ea6d93d0f2715b1918d85c3b Mon Sep 17 00:00:00 2001 From: Muse Mulatu Date: Thu, 19 Sep 2024 15:02:23 -0600 Subject: [PATCH] debug: give GITHUB_TOKEN package write permission --- .github/workflows/release-image.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release-image.yaml b/.github/workflows/release-image.yaml index b6a73ff..237d485 100644 --- a/.github/workflows/release-image.yaml +++ b/.github/workflows/release-image.yaml @@ -4,6 +4,9 @@ on: tags: - "*" +permissions: + packages: write + jobs: goreleaser: name: build and push Vault Handler