Skip to content

Commit

Permalink
Set permissions to close milestones for GoReleaser (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Jan 8, 2024
1 parent c47a53e commit 1d865ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d865ff

Please sign in to comment.