Skip to content

Commit 11eede4

Browse files
Updating CCI
1 parent 081a563 commit 11eede4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version: 2.1
44
orbs:
55
python: circleci/[email protected]
66
platform-helpers-general: okta/[email protected]
7+
platform-helpers-general-v2: okta/eng-services-platform-helpers-general@2
78
aws-cli: circleci/[email protected]
89

910
jobs:
@@ -300,12 +301,17 @@ workflows:
300301
tags:
301302
only: /^v.*/
302303

304+
- platform-helpers-general-v2/job-secrets-obtain:
305+
name: cache-secrets-job
306+
secret-key: "PYPI_UPLOAD_API_TOKEN"
307+
303308
# Publish only after all tests are successful
304309
- publish_to_pypi:
305310
context:
306311
- pypi-publish
307312
requires:
308313
- integration_tests
314+
- cache-secrets-job
309315
filters:
310316
branches:
311317
only: master

0 commit comments

Comments
 (0)