File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -43,18 +43,13 @@ jobs:
43
43
restore-keys : |
44
44
${{ runner.os }}-pnpm-store-
45
45
46
- - name : write langgraph env files
47
- working-directory : typescript-sdk/integrations/langgraph
48
- env :
49
- OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
50
- LANGSMITH_API_KEY : ${{ secrets.LANGSMITH_API_KEY }}
51
- run : |
52
- echo "OPENAI_API_KEY=${OPENAI_API_KEY}" > examples/python/.env
53
- echo "LANGSMITH_API_KEY=${LANGSMITH_API_KEY}" >> examples/python/.env
54
- echo "OPENAI_API_KEY=${OPENAI_API_KEY}" > examples/typescript/.env
55
- echo "LANGSMITH_API_KEY=${LANGSMITH_API_KEY}" >> examples/typescript/.env
56
- echo "OPENAI_API_KEY=${OPENAI_API_KEY}" > python/ag_ui_langgraph/.env
57
- echo "LANGSMITH_API_KEY=${LANGSMITH_API_KEY}" >> python/ag_ui_langgraph/.env
46
+
47
+ - name : write langgraph python env file
48
+ uses :
SpicyPizza/[email protected]
49
+ with :
50
+ envkey_OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
51
+ envkey_LANGSMITH_API_KEY : ${{ secrets.LANGSMITH_API_KEY }}
52
+ directory : typescript-sdk/integrations/langgraph/examples/python
58
53
59
54
- name : Upload wtf
60
55
if : always() # Uploads artifacts even if tests fail
You can’t perform that action at this time.
0 commit comments