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 52f3a26e5fc0fcf16bfcc8b3a1451d45b4951765..8d641b35b35a3c422e8715c5259c79602a53889a 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -7,6 +7,7 @@ on: permissions: contents: write + packages: write jobs: goreleaser: