1
0
Fork 0
mirror of https://github.com/actions/toolkit.git synced 2025-06-07 22:17:01 +09:00
toolkit/docs/proxy-support.md
Philip Gai b7db7552c9
Update docs/proxy-support.md
Co-authored-by: Cory Miller <13227161+cory-miller@users.noreply.github.com>
2022-09-09 15:52:51 -05:00

597 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.