actions / create-github-app-token

GitHub Action for creating a GitHub App Installation Access Token
https://github.com/marketplace/actions/create-github-app-token
MIT License
365 stars 53 forks source link

Remove custom proxy functionality #134

Open gr2m opened 5 months ago

gr2m commented 5 months ago

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