Skip to content

Commit

Permalink
Use deploy Context for secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
shakuzen committed Dec 6, 2024
1 parent 8c2b424 commit 8679c16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ workflows:
- build-jdk11
- build-jdk17
- deploy:
context:
- deploy
requires:
- build
- build-jdk11
Expand Down Expand Up @@ -120,6 +122,8 @@ workflows:
tags:
only: /^v\d+\.\d+\.\d+(-(RC|M)\d+)?$/
- deploy:
context:
- deploy
requires:
- build
- build-jdk11
Expand Down

0 comments on commit 8679c16

Please sign in to comment.