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 c47d5bf commit a6b6140Copy full SHA for a6b6140
.github/workflows/ci.yml
@@ -327,6 +327,7 @@ jobs:
327
GOPATH: ${{ needs.checks.outputs.go_path }}
328
AWS_PRODUCT_CODE: ${{ secrets.AWS_PRODUCT_CODE }}
329
AWS_PUB_KEY: ${{ secrets.AWS_PUB_KEY }}
330
+ SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_COMMUNITY }}
331
- name: Store Artifacts in Cache
332
uses: actions/cache@v3
333
with:
.goreleaser.yml
@@ -64,3 +64,9 @@ release:
64
65
milestones:
66
- close: true
67
+
68
+announce:
69
+ slack:
70
+ enabled: true
71
+ channel: '#announcements'
72
+ message_template: 'NGINX Ingress Controller {{ .Tag }} is out! Check it out: {{ .ReleaseURL }}'
0 commit comments