From 6b90e56580d31cc3c14dfc6136582ff16f3b6fdb Mon Sep 17 00:00:00 2001 From: zamaz <71521611+zachariahmiller@users.noreply.github.com> Date: Fri, 4 Oct 2024 17:17:17 -0400 Subject: [PATCH] update publish permissions --- .github/workflows/release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ff0f99b4..ded25d0a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,6 +25,10 @@ jobs: run: echo "release_created=${{ steps.tag.outputs.release_created || false }}" >> $GITHUB_OUTPUT publish: + permissions: + contents: read # Allows reading the content of the repository. + packages: write # Allows reading the content of the repository's packages. + id-token: write needs: tag-new-version if: ${{ needs.tag-new-version.outputs.release_created == 'true' }} strategy: