diff --git a/cmd/jb/main.go b/cmd/jb/main.go index 3e3daf5..71ba517 100644 --- a/cmd/jb/main.go +++ b/cmd/jb/main.go @@ -135,7 +135,7 @@ func RunSubcommand(ctx context.Context, cfg config, subcommand string, args []st Name: name, Source: spec.Source{ GitSource: &spec.GitSource{ - Remote: fmt.Sprintf("git@github.com:%s/%s", user, repo), + Remote: fmt.Sprintf("https://github.com/%s/%s", user, repo), Subdir: subdir, }, },