File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 6565 uses : slackapi/slack-github-action@v2.0.0
6666 if : steps.semantic-release.outputs.new_release_published == 'true' # only run if a git tag was made.
6767 with :
68+ webhook : ${{ secrets.SLACK_NOTIFY_RELEASES_WEBHOOK_URL }}
69+ webhook-type : incoming-webhook
6870 # Use block kit for format of the JSON payloads: https://app.slack.com/block-kit-builder
6971 payload : |
7072 {
@@ -110,6 +112,8 @@ jobs:
110112 uses : slackapi/slack-github-action@v2.0.0
111113 if : ${{ failure() }} # only run this if any previous step failed
112114 with :
115+ webhook : ${{ secrets.SLACK_NOTIFY_RELEASES_WEBHOOK_URL }}
116+ webhook-type : incoming-webhook
113117 # Use block kit for format of the JSON payloads: https://app.slack.com/block-kit-builder
114118 payload : |
115119 {
@@ -168,6 +172,8 @@ jobs:
168172 uses : slackapi/slack-github-action@v2.0.0
169173 if : ${{ success() }}
170174 with :
175+ webhook : ${{ secrets.SLACK_NOTIFY_RELEASES_WEBHOOK_URL }}
176+ webhook-type : incoming-webhook
171177 # Use block kit for format of the JSON payloads: https://app.slack.com/block-kit-builder
172178 payload : |
173179 {
@@ -205,6 +211,8 @@ jobs:
205211 uses : slackapi/slack-github-action@v2.0.0
206212 if : ${{ failure() }} # only run this if any previous step failed
207213 with :
214+ webhook : ${{ secrets.SLACK_NOTIFY_RELEASES_WEBHOOK_URL }}
215+ webhook-type : incoming-webhook
208216 # Use block kit for format of the JSON payloads: https://app.slack.com/block-kit-builder
209217 payload : |
210218 {
You can’t perform that action at this time.
0 commit comments