Skip to content

Commit ac778ac

Browse files
Export default octokit options (actions#1188)
1 parent 192c26f commit ac778ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/github/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {paginateRest} from '@octokit/plugin-paginate-rest'
1010
export const context = new Context.Context()
1111

1212
const baseUrl = Utils.getApiBaseUrl()
13-
const defaults = {
13+
export const defaults: OctokitOptions = {
1414
baseUrl,
1515
request: {
1616
agent: Utils.getProxyAgent(baseUrl)

0 commit comments

Comments
 (0)