diff --git a/.circleci/config.yml b/.circleci/config.yml index 0f8f4c8..ef7514f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,7 +32,7 @@ jobs: - run: name: Hack GitHub credentials into git URL command: | - git config --global url."https://$GITHUB_TOKEN:x-oauth-basic@github.com/pantheon-systems/".insteadOf "https://github.com/pantheon-systems/" + git config --global url."https://$GITHUB_TOKEN:x-oauth-basic@github.com/pantheon-systems/".insteadOf "git@github.com:pantheon-systems/" - run: name: Set up version command: bash scripts/version.sh