Skip to content

Commit

Permalink
add missing signing contexts
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Feb 28, 2023
1 parent 04651c8 commit 47d9322
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ workflows:
context:
- "CircleCI"
- "github-api"
- "gpg-signing"
filters:
tags:
only: /.*/
Expand All @@ -173,6 +174,7 @@ workflows:
- deploy-maven:
context:
- "OSSRH Principal"
- "gpg-signing"
requires:
- build
filters:
Expand Down

0 comments on commit 47d9322

Please sign in to comment.