From 65e7449fb4cc454269fd88b6210358a004b8b5ef Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Wed, 17 Nov 2021 13:03:24 -0500 Subject: [PATCH] workflows(goreleaser): add packages permissions --- .github/workflows/goreleaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 52f3a26e5..8d641b35b 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -7,6 +7,7 @@ on: permissions: contents: write + packages: write jobs: goreleaser: