Skip to content

Commit

Permalink
Export default octokit options (#1188)
Browse files Browse the repository at this point in the history
  • Loading branch information
luketomlinson committed Sep 30, 2022
1 parent 192c26f commit ac778ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/github/src/utils.ts
Expand Up @@ -10,7 +10,7 @@ import {paginateRest} from '@octokit/plugin-paginate-rest'
export const context = new Context.Context()

const baseUrl = Utils.getApiBaseUrl()
const defaults = {
export const defaults: OctokitOptions = {
baseUrl,
request: {
agent: Utils.getProxyAgent(baseUrl)
Expand Down

0 comments on commit ac778ac

Please sign in to comment.