diff --git a/.circleci/config.yml b/.circleci/config.yml index 62d88a1..c0df284 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -75,14 +75,14 @@ workflows: - unit test: context: - docker-hub-creds - - tymly_global + - build-env-vars - lint: context: - docker-hub-creds - release: context: - docker-hub-creds - - tymly_global + - build-env-vars requires: - unit test - lint