# `Condukt.Secrets.Providers.Env`
[🔗](https://github.com/tuist/condukt/blob/0.16.5/lib/condukt/secrets/providers/env.ex#L1)

Loads a session secret from the host process environment.

    secrets: [
      GH_TOKEN: {:env, "GH_TOKEN"}
    ]

Trusted callers can pass `:fetch_env` with a `System.fetch_env/1`-compatible
function when they need an alternate environment source.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
