Skip to content

Commit 9edb29b

Browse files
authored
Remove community slack notification (#7663)
1 parent 73555ee commit 9edb29b

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

Diff for: .github/workflows/release.yml

-20
Original file line numberDiff line numberDiff line change
@@ -590,26 +590,6 @@ jobs:
590590
RELEASE_ID: ${{ steps.release-id.outputs.release_id }}
591591
if: ${{ ! inputs.dry_run }}
592592

593-
- name: Send Notification
594-
uses: 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0
595-
with:
596-
status: custom
597-
custom_payload: |
598-
{
599-
"blocks": [
600-
{
601-
"type": "section",
602-
"text": {
603-
"type": "mrkdwn",
604-
"text": "NGINX Ingress Controller v${{ inputs.nic_version }} is out! Check it out: https://github.com/nginx/kubernetes-ingress/releases/tag/v${{ inputs.nic_version }}"
605-
}
606-
}
607-
]
608-
}
609-
env:
610-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_COMMUNITY }}
611-
if: ${{ ! inputs.dry_run }}
612-
613593
release-image-notification:
614594
if: ${{ ! cancelled() && ! failure() && ! inputs.dry_run && ! contains(inputs.skip_step, 'release-image-notification') }}
615595
name: Notify Slack channels about image release

0 commit comments

Comments
 (0)