Update dependencies in github package (#1553)
* Update octokit package * define type for function * fix linter * Update github package to latest * Update RELEASES.md
This commit is contained in:
committed by
GitHub
parent
797f48fcfa
commit
494f12bcd9
@@ -13,7 +13,8 @@ const baseUrl = Utils.getApiBaseUrl()
|
||||
export const defaults: OctokitOptions = {
|
||||
baseUrl,
|
||||
request: {
|
||||
agent: Utils.getProxyAgent(baseUrl)
|
||||
agent: Utils.getProxyAgent(baseUrl),
|
||||
fetch: Utils.getProxyFetch(baseUrl)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user