|
|
@ -1008,7 +1008,6 @@ class DGitProvider extends Plugin { |
|
|
|
scopes: string[] |
|
|
|
scopes: string[] |
|
|
|
}> { |
|
|
|
}> { |
|
|
|
try { |
|
|
|
try { |
|
|
|
console.log('getGitHubUser', input) |
|
|
|
|
|
|
|
const octokit = new Octokit({ |
|
|
|
const octokit = new Octokit({ |
|
|
|
auth: input.token |
|
|
|
auth: input.token |
|
|
|
}) |
|
|
|
}) |
|
|
|