1
0
Fork 0
mirror of https://github.com/actions/toolkit.git synced 2025-06-11 10:18:16 +09:00
toolkit/docs/proxy-support.md
Bryan MacFarlane 2dcdf049a8 proxy guidance
2020-02-12 09:26:59 -05:00

591 B

Proxy Server Support

Self-hosted runners can be configured to run behind a proxy server in enterprises.

For actions to just work behind a proxy server:

  1. Use [tool-cache] version >= 1.3.1
  2. Optionally use actions/http-client

If you are using other http clients, refer to the environment variables set by the runner.