From caec9ce5081511f3f6abd4d53aea98da570f6ce8 Mon Sep 17 00:00:00 2001 From: Bryan Apellanes Date: Mon, 8 Jul 2024 14:53:32 -0500 Subject: [PATCH] correct org in cci config --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 437691a4..cbf90766 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 orbs: python: circleci/python@2.1.1 - platform-helpers-general: /eng-services-platform-helpers-general@2 + platform-helpers-general: okta/eng-services-platform-helpers-general@2 jobs: build_and_test: