From d2d05f1bc5bf7ace7359fdbdce03d82ff43d3429 Mon Sep 17 00:00:00 2001 From: Guillaume Lagrange Date: Wed, 21 Jan 2026 15:19:15 +0100 Subject: [PATCH] ci: stop targeting our fork for BCR PR --- .github/workflows/publish-to-bcr.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish-to-bcr.yml b/.github/workflows/publish-to-bcr.yml index 5bdddfc..491b96f 100644 --- a/.github/workflows/publish-to-bcr.yml +++ b/.github/workflows/publish-to-bcr.yml @@ -16,8 +16,6 @@ jobs: with: tag_name: ${{ github.event.release.tag_name || inputs.tag_name }} registry_fork: CodSpeedHQ/bazel-central-registry - # TODO: Change this back to bazel-central-registry when initial submission has been approved - registry: CodSpeedHQ/bazel-central-registry # If we need this, because it requries tweaking permissions on the BCR_PUBLISH_TOKEN secret # Currently it only has access to the bazel-central-registry repo attest: false