You've already forked nginx_exporter
mirror of
https://github.com/nginxinc/nginx-prometheus-exporter.git
synced 2025-07-05 06:21:10 +03:00
Set permissions to close milestones for GoReleaser (#587)
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -44,6 +44,7 @@ jobs:
|
|||||||
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
|
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
|
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
|
packages: write # for docker/build-push-action to push to GHCR
|
||||||
|
issues: write # for goreleaser/goreleaser-action to close milestones
|
||||||
needs: unit-tests
|
needs: unit-tests
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
|
Reference in New Issue
Block a user