From 7f2a17d0716d4e87176de9634d2a0b967908d9ea Mon Sep 17 00:00:00 2001 From: Timo Derstappen Date: Wed, 29 Apr 2026 12:35:19 +0200 Subject: [PATCH] ci: attach architect context to go-build/go-test for nancy auth Sonatype/OSS Index recently tightened anonymous-tier rate limits, so nancy sleuth runs in CircleCI fail with "Error: You have been rate limited by OSS Index" unless authenticated. The architect CircleCI context already contains OSS Index credentials -- it just needs to be attached to the build job, not only the push jobs. Per giantswarm team-shield. Made-with: Cursor --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1a7eebc..dcf4565 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,6 +6,7 @@ workflows: build-workflow: jobs: - architect/go-build: + context: architect name: go-build binary: crd-docs-generator filters: