Skip to content

Commit

Permalink
swap to https to avoid credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
djeebus committed Mar 21, 2024
1 parent 75b79f0 commit f980bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/git/repo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func TestRepoGetRemoteHead(t *testing.T) {
cfg := config.ServerConfig{}
ctx := context.TODO()

repo := New(cfg, "git@github.com:zapier/kubechecks.git", "")
repo := New(cfg, "https://github.com/zapier/kubechecks.git", "")
err := repo.Clone(ctx)
require.NoError(t, err)

Expand Down

0 comments on commit f980bbf

Please sign in to comment.