Skip to content

Commit

Permalink
fix(ci): incorrect secret pulled in integration tests (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
dqbd authored May 8, 2024
2 parents 1f465d8 + f98bedc commit 42df6b3
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 42df6b3

Please sign in to comment.