Skip to content

Commit

Permalink
Use OPENAI_API_KEY secret
Browse files Browse the repository at this point in the history
  • Loading branch information
vblagoje committed Apr 30, 2024
1 parent eaf27cf commit 8640cdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/langfuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8640cdf

Please sign in to comment.