From 5e4064313de6a08273693aa68b7b541147316b08 Mon Sep 17 00:00:00 2001 From: Patrick D'appollonio <930925+patrickdappollonio@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:45:48 -0400 Subject: [PATCH] Add additional permissions for releases. (#132) --- .github/workflows/releasing.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/releasing.yaml b/.github/workflows/releasing.yaml index 47083a5..14e07e1 100644 --- a/.github/workflows/releasing.yaml +++ b/.github/workflows/releasing.yaml @@ -6,6 +6,7 @@ on: permissions: packages: write + contents: write jobs: goreleaser: