Skip to content

Commit

Permalink
pass baseUrl to octokit
Browse files Browse the repository at this point in the history
  • Loading branch information
albertxing committed Jul 11, 2023
1 parent c9e14ab commit 6d99616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ async function getAuthOptionsForInstallationId(

const octokit = new Octokit({
auth: appAuth.token,
request,
baseUrl: request?.endpoint.DEFAULTS.baseUrl,
});

try {
Expand Down

0 comments on commit 6d99616

Please sign in to comment.