From c169f3f34f7293aad3f4bb3ca912214d8974ba82 Mon Sep 17 00:00:00 2001 From: SuperQ Date: Wed, 6 Sep 2023 14:51:59 +0200 Subject: [PATCH] Add org context to publishing pipelines We need to use the `org-context` in CircleCI to inherit the publishing credentials. Signed-off-by: SuperQ --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9d7c59f1..db4c0604 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,6 +29,7 @@ workflows: tags: only: /.*/ - prometheus/publish_master: + context: org-context requires: - test - build @@ -36,6 +37,7 @@ workflows: branches: only: master - prometheus/publish_release: + context: org-context requires: - test - build