Skip to content

Commit 5626cb5

Browse files
committed
uncomment slack notificatin
1 parent 472a9b5 commit 5626cb5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/embedded-cluster-release-notes.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ jobs:
8585
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"
8686
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
8787
88-
#- name: Slack Notification
89-
# uses: slackapi/slack-github-action@v2.0.0
90-
# with:
91-
# webhook: ${{ secrets.EMBEDDED_CLUSTER_RELEASE_NOTES_SLACK_WEBHOOK }}
92-
# webhook-type: webhook-trigger
93-
# payload: |
94-
# version: "${{ github.event.client_payload.version }}"
95-
# pull_request_url: "${{steps.cpr.outputs.pull-request-url}}"
88+
- name: Slack Notification
89+
uses: slackapi/slack-github-action@v2.1.0
90+
with:
91+
webhook: ${{ secrets.EMBEDDED_CLUSTER_RELEASE_NOTES_SLACK_WEBHOOK }}
92+
webhook-type: webhook-trigger
93+
payload: |
94+
version: "${{ github.event.client_payload.version }}"
95+
pull_request_url: "${{steps.cpr.outputs.pull-request-url}}"

0 commit comments

Comments
 (0)