Skip to content

Commit c91c21a

Browse files
committed
Use shared deploy context for secrets
1 parent 918e712 commit c91c21a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
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)