From 14cdbbd123bf024daa9d48dcace48bcb257d4caa Mon Sep 17 00:00:00 2001 From: Abraham Tewa <4184985+AbrahamTewa@users.noreply.github.com> Date: Sat, 18 Feb 2023 01:01:25 +0100 Subject: [PATCH] ci(release): Using devex-release as context --- .circleci/config.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b4c0273ce..b98345b83 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -270,9 +270,9 @@ jobs: brew-deploy: executor: mac environment: - - USER: circleci - - TRAVIS: circleci - - DESTDIR: /Users/distiller/dest + USER: circleci + TRAVIS: circleci + DESTDIR: /Users/distiller/dest steps: - checkout - force-http-1 @@ -335,6 +335,8 @@ workflows: - brew-deploy: requires: - run-brew-deploy-gate + context: + - devex-release - deploy: requires: - test @@ -346,3 +348,5 @@ workflows: filters: branches: only: main + context: + - devex-release