diff --git a/.circleci/config.yml b/.circleci/config.yml index d79c76bf..a558fbbd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -598,7 +598,10 @@ workflows: when: *release-conditions jobs: - Unit Tests - - Security Scan release + - Security Scan release: + context: + - devex-release + - org-global-employees - Copy JSON schema - Create version file: is-prerelease: true @@ -642,7 +645,10 @@ workflows: when: *release-conditions jobs: - Unit Tests - - Security Scan release + - Security Scan release: + context: + - devex-release + - org-global-employees - Copy JSON schema - Create version file: is-prerelease: false