Merge pull request #397 from github/robertbrignull/runner_auth

Set externalRepoAuth
This commit is contained in:
Robert 2021-02-17 16:53:23 +00:00 committed by GitHub
commit 41b73e168c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

1
lib/runner.js generated
View file

@ -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

View file

@ -162,6 +162,7 @@ program
const apiDetails = {
auth,
externalRepoAuth: auth,
url: parseGithubUrl(cmd.githubUrl),
};