From 504634b4a6d9a1bb327b026694f2bf1692226bee Mon Sep 17 00:00:00 2001 From: merwanehamadi Date: Tue, 11 Jul 2023 20:50:56 -0700 Subject: [PATCH] Add custom properties to Helicone (#91) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d52dd02..50adac76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -169,6 +169,7 @@ jobs: HELICONE_API_KEY: ${{ secrets.HELICONE_API_KEY }} REQUESTS_CA_BUNDLE: /etc/ssl/certs/ca-certificates.crt HELICONE_CACHE_ENABLED: false + HELICONE_PROPERTY_AGENT: ${{ matrix.agent-name }} - name: Upload logs as artifact if: always()