create-github-app-token icon indicating copy to clipboard operation
create-github-app-token copied to clipboard

Remove custom proxy functionality

Open gr2m opened this issue 1 year ago • 2 comments

Looks like Undici added native proxy support, so we may be able to remove the custom proxy support we added in https://github.com/actions/create-github-app-token/pull/102.

https://github.com/actions/create-github-app-token/blob/3cef845e011fe15a870d7e7227cd75b8bd8a1140/lib/request.js#L15-L16

Originally posted by @parkerbxyz in https://github.com/actions/create-github-app-token/issues/132#issuecomment-2088761957

gr2m avatar May 01 '24 18:05 gr2m

This depends on https://github.com/nodejs/node/issues/43187. We may need to wait until that is resolved to finish this.

parkerbxyz avatar Dec 20 '24 18:12 parkerbxyz

:tada: This issue has been resolved in version 3.0.0-beta.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: