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 eab2191 commit ba5aa06Copy full SHA for ba5aa06
bin/split-code.sh
@@ -55,12 +55,8 @@ split_and_push() {
55
# Prefer GH_TOKEN; fall back to GITHUB_TOKEN for GitHub Actions
56
token="${GH_TOKEN:-${GITHUB_TOKEN:-}}"
57
58
- if [[ -n "$token" ]]; then
59
- repo_url="https://x-access-token:${token}@github.com/${org}/${repo_name}.git"
60
- else
61
- repo_url="[email protected]:${org}/${repo_name}.git"
62
- fi
63
-
+ repo_url="https://x-access-token:${token}@github.com/${org}/${repo_name}.git"
+
64
echo "==> Splitting ${pkg_dir} -> ${org}/${repo_name}"
65
66
if [[ "$USE_FILTER_REPO" -eq 1 ]]; then
0 commit comments