From 34a568754e7b446e53431979ae893ec92ebb6089 Mon Sep 17 00:00:00 2001 From: Ben Moore Date: Mon, 30 Mar 2020 15:48:48 -0500 Subject: [PATCH] ci: forgot to add context to branch_deploy workflow --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3126752..f205291 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -125,6 +125,7 @@ workflows: branches: only: master - deploy_svn_branch: + context: genesis-svn requires: - checkout - checks