Skip to content

Commit 04e613c

Browse files
authored
Update main.ci.cd.workflow.yml
1 parent 3d03290 commit 04e613c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/main.ci.cd.workflow.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,3 +217,14 @@ jobs:
217217
with:
218218
name: Build_${{ env.BUILD_NAME }}
219219
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

Comments
 (0)