From 49aacd79ed1e0ce570bcdf019a402b2be22c90f8 Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Thu, 3 Feb 2022 12:28:18 +0000 Subject: [PATCH] Fix goreleaser workflow --- .github/workflows/goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 907d2a5..6c3c8f3 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -8,7 +8,7 @@ on: permissions: # https://docs.github.com/en/rest/reference/permissions-required-for-github-apps#permission-on-contents # Seems to be required to create and update releases? - contents: content + contents: write # https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions#publishing-a-package-using-an-action packages: write