Skip to content

Commit d546490

Browse files
shakuzenjonatan-ivanov
authored andcommitted
Use shared deploy context for secrets
1 parent 7ab01b6 commit d546490

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ workflows:
9797
- build-jdk17
9898
- docker-tests
9999
- deploy:
100+
context:
101+
- deploy
100102
requires:
101103
- build
102104
- build-jdk11
@@ -134,6 +136,8 @@ workflows:
134136
tags:
135137
only: /^v\d+\.\d+\.\d+(-(RC|M)\d+)?$/
136138
- deploy:
139+
context:
140+
- deploy
137141
requires:
138142
- build
139143
- build-jdk11

0 commit comments

Comments
 (0)