From c23b854256d20c9bc65e99955ac27083fe833386 Mon Sep 17 00:00:00 2001 From: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> Date: Mon, 6 Feb 2023 16:50:12 +0100 Subject: [PATCH] fix: package write access for goreleaser (#119) --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 09b0189d..6abd2607 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -27,7 +27,8 @@ jobs: contents: 'write' id-token: 'write' pull-requests: 'read' - repository-projects: read + repository-projects: 'write' + packages: 'write' steps: - name: Checkout uses: actions/checkout@v3