Skip to content

Commit e160b66

Browse files
author
Erick Friis
authored
infra: add unstructured api key to release (langchain-ai#24638)
1 parent d59c656 commit e160b66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ jobs:
290290
VOYAGE_API_KEY: ${{ secrets.VOYAGE_API_KEY }}
291291
UPSTAGE_API_KEY: ${{ secrets.UPSTAGE_API_KEY }}
292292
FIREWORKS_API_KEY: ${{ secrets.FIREWORKS_API_KEY }}
293+
UNSTRUCTURED_API_KEY: ${{ secrets.UNSTRUCTURED_API_KEY }}
293294
run: make integration_tests
294295
working-directory: ${{ inputs.working-directory }}
295296

0 commit comments

Comments
 (0)