diff --git a/src/index.ts b/src/index.ts index 00b4cf2..c31b019 100644 --- a/src/index.ts +++ b/src/index.ts @@ -417,7 +417,7 @@ function buildGithubPlan(projectRoot: string, variables: Record, '--description', variables.PROJECT_DESCRIPTION ]; - const remote = `https://github.com/${repository}.git`; + const remote = `git@github.com:${repository}.git`; const publishCommands = [ ['git', '-C', projectRoot, 'init', '-b', 'main'], ['git', '-C', projectRoot, 'add', '.'],