mirror of
https://github.com/actions/toolkit.git
synced 2026-08-09 00:00:20 +02:00
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:
@@ -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