Skip to main content
Helicone OSS LLM Observability

Integrating Helicone with GitHub Actions

Automate the monitoring and caching of LLM calls in your CI pipelines with Helicone.
1 min read
Warning
IMPORTANT NOTICE

Utilizing Man-In-The-Middle software like this involves significant security and performance risks. Please refer to tools/mitm-proxy for detailed information and ensure you fully comprehend the scripts before incorporating this into your CI pipeline.

Github Actions with Ubuntu/Debian#

Maximize the capabilities of Helicone by integrating it into your CI pipelines. This guide provides instructions on how to incorporate Helicone into your Github Actions workflows.

Setup#

Incorporate the following steps into your Github Actions workflow:

  1. Add the proxy to your workflow:
  1. Set your ENV variables:

Variables can also be set within your test. For more information, refer to the mitm docs.

Example#