We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47a53e commit 1d865ffCopy full SHA for 1d865ff
.github/workflows/ci.yml
@@ -44,6 +44,7 @@ jobs:
44
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
45
id-token: write # for OIDC login to AWS ECR and goreleaser/goreleaser-action to sign artifacts
46
packages: write # for docker/build-push-action to push to GHCR
47
+ issues: write # for goreleaser/goreleaser-action to close milestones
48
needs: unit-tests
49
steps:
50
- name: Checkout Repository
0 commit comments