From 700319b11741018e94ccaeed3412da6ae2f5cee3 Mon Sep 17 00:00:00 2001 From: Jacob Rahme Date: Wed, 25 Jun 2025 08:49:59 +0000 Subject: [PATCH] ci: update scotty orb contexts for scotty job --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 72f8887..32f1c0a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -103,7 +103,7 @@ workflows: - /^server-\d\..+/ - scotty-orb/test-in-server-and-promote: name: test-in-server-and-promote - context: "org-global" + context: ["org-global", github-readonly] requires: - publish_rabbitmq - publish_postgresql