From 038508e638d5839c25f58c1707c8e8872e4a6461 Mon Sep 17 00:00:00 2001 From: Jack Alto <384288+aokj4ck@users.noreply.github.com> Date: Fri, 19 Apr 2024 13:43:21 -0400 Subject: [PATCH] [SSDK-666] Use circleci context in setup step (#218) ### Description Fixes [SSDK-666](https://mapbox.atlassian.net/browse/SSDK-666), details in ticket ### Checklist - [NA] Update `CHANGELOG` --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index f9c9aadf1..69bf96ee0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,19 +10,23 @@ workflows: develop-build: jobs: - pre-check: + context: SDK Registry Token filters: tags: only: /v.*/ - build: + context: SDK Registry Token requires: - pre-check filters: tags: only: /v.*/ - spm-build: + context: SDK Registry Token requires: - pre-check - release-pre-check: + context: SDK Registry Token requires: - pre-check filters: