From c8f220aabf0b29fdf618b87e02c88148993b3875 Mon Sep 17 00:00:00 2001 From: Beth Rennie Date: Tue, 12 Aug 2025 11:59:05 -0400 Subject: [PATCH] bug(nimbus): Use correct repository URL in our CircleCI configuration Because: - #13249 changed the configuration but used the wrong repository this commit: - updates the configuration to the use the correct repository. Fixes #13268 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7dc54b36a9..1c4bb75019 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -112,7 +112,7 @@ commands: echo "export GH_TOKEN=\"${GH_TOKEN}\"" >> "$BASH_ENV" git config --global user.email "experimenter-ci-bot@mozilla.com" git config --global user.name "Experimenter CircleCI Bot" - git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/b4handjr/experimenter.git + git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/mozilla/experimenter.git gh auth setup-git gh auth status gh config set git_protocol https