Skip to content

Commit c8f220a

Browse files
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
1 parent 45b06e5 commit c8f220a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ commands:
112112
echo "export GH_TOKEN=\"${GH_TOKEN}\"" >> "$BASH_ENV"
113113
git config --global user.email "experimenter-ci-bot@mozilla.com"
114114
git config --global user.name "Experimenter CircleCI Bot"
115-
git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/b4handjr/experimenter.git
115+
git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/mozilla/experimenter.git
116116
gh auth setup-git
117117
gh auth status
118118
gh config set git_protocol https

0 commit comments

Comments
 (0)