set externalRepoAuth
This commit is contained in:
parent
f84e342ff3
commit
a2653534db
3 changed files with 3 additions and 1 deletions
1
lib/runner.js
generated
1
lib/runner.js
generated
|
|
@ -107,6 +107,7 @@ program
|
|||
const auth = await util_1.getGitHubAuth(logger, cmd.githubAuth, cmd.githubAuthStdin);
|
||||
const apiDetails = {
|
||||
auth,
|
||||
externalRepoAuth: auth,
|
||||
url: util_1.parseGithubUrl(cmd.githubUrl),
|
||||
};
|
||||
const gitHubVersion = await util_1.getGitHubVersion(apiDetails);
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue