From 1d86679707e24b716d7f7a5acd9a2f3b995661d8 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 9617c31..fc404d6 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