Skip to content

Commit 10fa63f

Browse files
authored
add slack notification context (#55)
1 parent ab548ca commit 10fa63f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.circleci/config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ workflows:
1414
branches:
1515
ignore:
1616
- main
17-
context: cimg-docker-image-building
17+
context:
18+
- slack-notification-access-token
19+
- slack-cimg-notifications
20+
- cimg-docker-image-building
1821
- cimg/build-and-deploy:
1922
name: "Deploy"
2023
docker-repository: clojure
@@ -23,6 +26,8 @@ workflows:
2326
only:
2427
- main
2528
context:
29+
- slack-notification-access-token
30+
- slack-cimg-notifications
2631
- cimg-docker-image-building
2732
- cimg-docker-image-publishing
2833

0 commit comments

Comments
 (0)