Skip to content

Commit

Permalink
feat: use vault to get secrets for releasing [SDK-2259] (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
crissto authored Oct 4, 2022
1 parent 507d4df commit be5190e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
- image: cimg/node:16.11
steps:
- checkout
- vault/get-secrets: # Loads vault secrets
template-preset: 'semantic-release-ecosystem'
- run: npm install
- run: npm run semantic-release
workflows:
Expand All @@ -71,7 +73,6 @@ workflows:
- test-integration
- test-e2e
- release:
context: dev-workflows-release
requires:
- check
- test-unit
Expand Down

0 comments on commit be5190e

Please sign in to comment.