We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af796b7 commit ed9c6b1Copy full SHA for ed9c6b1
1 file changed
.circleci/config.yml
@@ -1,4 +1,6 @@
1
version: 2.1
2
+orbs:
3
+ slack: circleci/slack@4.9.3
4
5
jobs:
6
publish:
@@ -18,6 +20,9 @@ jobs:
18
20
- run: ./scripts/generate.sh
19
21
- run: ./scripts/test.sh
22
- run: ./scripts/release.sh
23
+ - slack/notify:
24
+ event: fail
25
+ template: basic_fail_1
26
27
workflows:
28
@@ -26,3 +31,4 @@ workflows:
31
filters:
32
branches:
33
only: master
34
+ context: slack-secrets
0 commit comments