From 2d4c719d2406653a393e33fa223f9be2e93c6674 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Wed, 20 Sep 2023 18:57:47 -0700 Subject: [PATCH] Update goreleaser permissions (#4379) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3eaf3b23ab..7cfd7778c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,6 +88,7 @@ jobs: permissions: contents: write # for lucacome/draft-release and goreleaser/goreleaser-action to manage releases id-token: write # for goreleaser/goreleaser-action to sign artifacts + issues: write # for goreleaser/goreleaser-action to close milestone steps: - name: Checkout Repository uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0