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 898bf82 commit 2750431Copy full SHA for 2750431
.github/workflows/ci.yml
@@ -126,6 +126,7 @@ jobs:
126
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
127
GOPATH: ${{ steps.go.outputs.go_path }}
128
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.NGINX_PAT }}
129
+ SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_COMMUNITY }}
130
- name: Push to Dockerhub
131
uses: docker/build-push-action@v3
132
with:
.goreleaser.yml
@@ -62,3 +62,9 @@ brews:
62
commit_author:
63
name: nginx-bot
64
email: [email protected]
65
+
66
+announce:
67
+ slack:
68
+ enabled: true
69
+ channel: '#announcements'
70
+ message_template: 'NGINX Prometheus Exporter {{ .Tag }} is out! Check it out: {{ .ReleaseURL }}'
0 commit comments