mirror of
https://github.com/hwchase17/langchain
synced 2024-11-02 09:40:22 +00:00
fireworks: add secret (#21744)
This commit is contained in:
parent
06110e20b9
commit
be15740084
1
.github/workflows/_release.yml
vendored
1
.github/workflows/_release.yml
vendored
@ -222,6 +222,7 @@ jobs:
|
||||
MONGODB_ATLAS_URI: ${{ secrets.MONGODB_ATLAS_URI }}
|
||||
VOYAGE_API_KEY: ${{ secrets.VOYAGE_API_KEY }}
|
||||
UPSTAGE_API_KEY: ${{ secrets.UPSTAGE_API_KEY }}
|
||||
FIREWORKS_API_KEY: ${{ secrets.FIREWORKS_API_KEY }}
|
||||
run: make integration_tests
|
||||
working-directory: ${{ inputs.working-directory }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user