From 1d865ff7e0951a0fc1cae46c42689fb57913d27c Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Mon, 8 Jan 2024 18:48:09 +0100 Subject: [PATCH] Set permissions to close milestones for GoReleaser (#587) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43b7406..9c8bda4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,7 @@ jobs: security-events: write # for github/codeql-action/upload-sarif to upload SARIF results id-token: write # for OIDC login to AWS ECR and goreleaser/goreleaser-action to sign artifacts packages: write # for docker/build-push-action to push to GHCR + issues: write # for goreleaser/goreleaser-action to close milestones needs: unit-tests steps: - name: Checkout Repository