fix: remove custom proxy handling by parkerbxyz · Pull Request #143 · actions/create-github-app-token (original) (raw)
Undici has added native support for proxy handling, so it is no longer necessary for us to implement our own custom proxy handling.
parkerbxyz linked an issue
that may beclosed by this pull request
EnvHttpProxyAgent automatically reads the proxy configuration from the environment variables.
Proxy support should be automatic
gr2m mentioned this pull request
The undici package has been removed from the dependencies in package.json and package-lock.json, likely because it is no longer needed in the project.
gr2m approved these changes Aug 22, 2025
parkerbxyz deleted the 134-remove-custom-proxy-functionality branch
parkerbxyz added a commit that referenced this pull request
Undici has added native support for proxy handling, so it is no longer necessary for us to have our own custom proxy handling.
Reverts #102 and resolves #134.
(cherry picked from commit cda91bf)
parkerbxyz added a commit that referenced this pull request
Undici has added native support for proxy handling, so it is no longer necessary for us to have our own custom proxy handling.
Reverts #102 and resolves #134.
(cherry picked from commit cda91bf)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})