
I have an enterprise github setup which is behind a proxy. Octokit supports this configuration but there is no notion to pass proxy configuration in @sementic-release/github library.
Am I missing something?
I have tested this by changing the Octokit initialization in the following line (It works!):
https://github.com/semantic-release/github/blob/master/lib/get-client.js#L105
I have an enterprise github setup which is behind a proxy.
Octokitsupports this configuration but there is no notion to pass proxy configuration in@sementic-release/githublibrary.Am I missing something?
I have tested this by changing the
Octokitinitialization in the following line (It works!):https://github.com/semantic-release/github/blob/master/lib/get-client.js#L105