Skip to content

Commit b119cbf

Browse files
committed
enable slack webhook for testing
1 parent 80e4db0 commit b119cbf

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/[email protected]
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/[email protected]
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)