We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62b3d5 commit eab2191Copy full SHA for eab2191
bin/split-code.sh
@@ -56,9 +56,7 @@ split_and_push() {
56
token="${GH_TOKEN:-${GITHUB_TOKEN:-}}"
57
58
if [[ -n "$token" ]]; then
59
- # Configure git to inject token for any https://github.com URLs
60
- git config --global url."https://x-access-token:${token}@github.com/".insteadOf "https://github.com/" || true
61
- repo_url="https://github.com/${org}/${repo_name}.git"
+ repo_url="https://x-access-token:${token}@github.com/${org}/${repo_name}.git"
62
else
63
repo_url="[email protected]:${org}/${repo_name}.git"
64
fi
0 commit comments