We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d03290 commit 04e613cCopy full SHA for 04e613c
1 file changed
.github/workflows/main.ci.cd.workflow.yml
@@ -217,3 +217,14 @@ jobs:
217
with:
218
name: Build_${{ env.BUILD_NAME }}
219
path: $(pwd)/SampleAppBuild/${{ env.BUILD_NAME }}
220
+
221
+ - name: Notify Slack if failed
222
+ uses: voxmedia/github-action-slack-notify-build@v1
223
+ if: always() && failure()
224
+ with:
225
+ channel_id: C02RPDF7T63
226
+ color: danger
227
+ status: FAILED
228
+ env:
229
+ SLACK_BOT_TOKEN: ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}
230
0 commit comments