From 3336f7886d4ee47610b4a3013508b696b21a5b4f Mon Sep 17 00:00:00 2001 From: guergabo <65991626+guergabo@users.noreply.github.com> Date: Fri, 12 Apr 2024 18:09:47 -0400 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 90a1fedd..6a0ae6d1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,6 +7,10 @@ on: - published workflow_dispatch: +permissions: + contents: read + packages: write + jobs: publish-github-image: uses: ./.github/workflows/release_publish_github_image.yaml