Skip to content

Commit

Permalink
fix(ci): incorrect secret pulled in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dqbd committed May 9, 2024
1 parent 80d46f6 commit bd6d796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: ./.github/actions/python-integration-tests
with:
python-version: 3.11
langchain-api-key: ${{ secrets.LANGCHAIN_API_KEY }}
langchain-api-key: ${{ secrets.LANGSMITH_API_KEY }}
openai-api-key: ${{ secrets.OPENAI_API_KEY }}
anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }}

Expand Down Expand Up @@ -75,5 +75,5 @@ jobs:
uses: ./.github/actions/js-integration-tests
with:
node-version: 20.x
langchain-api-key: ${{ secrets.LANGCHAIN_API_KEY }}
langchain-api-key: ${{ secrets.LANGSMITH_API_KEY }}
openai-api-key: ${{ secrets.OPENAI_API_KEY }}

0 comments on commit bd6d796

Please sign in to comment.