Skip to content

Commit 8ba8634

Browse files
committed
Use ssh authentication instead of https
1 parent 65434f5 commit 8ba8634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/api.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ function getRepos(token, username, callback) {
347347
owner: githubRepo.owner.login,
348348
repo: githubRepo.name,
349349
auth: {
350-
type: 'https'
350+
type: 'ssh'
351351
}
352352
}
353353
});
@@ -457,7 +457,7 @@ function getRepos(token, username, callback) {
457457
owner: team_repo.owner.login,
458458
repo: team_repo.name,
459459
auth: {
460-
type: 'https'
460+
type: 'ssh'
461461
}
462462
}
463463
});

0 commit comments

Comments
 (0)