We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b2daa commit 5787da5Copy full SHA for 5787da5
componentDetection.ts
@@ -149,7 +149,7 @@ export default class ComponentDetection {
149
}
150
const serverUrl = core.getInput('releaseServerUrl') || github.context.apiUrl;
151
//const octokit = github.getOctokit(githubToken, { baseUrl: serverUrl });
152
- const octokit = new Octokit({ auth: githubToken, baseUrl: serverUrl });
+ const octokit = new Octokit({ auth: githubToken, baseUrl: serverUrl, request: { fetch: fetch} });
153
const owner = "microsoft";
154
const repo = "component-detection";
155
core.debug("Attempting to download latest release from " + serverUrl);
0 commit comments