From 8640cdf6c3fecdc46330c4fe73bdb95da6283a3d Mon Sep 17 00:00:00 2001 From: Vladimir Blagojevic Date: Tue, 30 Apr 2024 10:49:00 +0200 Subject: [PATCH] Use OPENAI_API_KEY secret --- .github/workflows/langfuse.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/langfuse.yml b/.github/workflows/langfuse.yml index 9d77ec2f9..381b2ed77 100644 --- a/.github/workflows/langfuse.yml +++ b/.github/workflows/langfuse.yml @@ -23,6 +23,7 @@ env: FORCE_COLOR: "1" LANGFUSE_SECRET_KEY: ${{ secrets.LANGFUSE_SECRET_KEY }} LANGFUSE_PUBLIC_KEY: ${{ secrets.LANGFUSE_PUBLIC_KEY }} + OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} jobs: run: