From 3db927bc090c6ec00271a30ca2f5fd5d756a956b Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Wed, 7 Sep 2022 09:53:31 -0500 Subject: [PATCH] fix: Add contents permission for release CI (#3927) --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8ea0358eda..1940367808 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,6 +22,8 @@ on: required: true permissions: + # Required to publish a release + contents: write # Necessary to push docker images to ghcr.io. packages: write