Skip to content

Commit 669dcb9

Browse files
committed
Revert "just test no secret"
This reverts commit fe4009e.
1 parent fe4009e commit 669dcb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dojo-e2e.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
7373
- name: Run dojo+agents and tests
7474
working-directory: typescript-sdk/apps/dojo/e2e2
75+
env:
76+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
77+
LANGSMITH_API_KEY: ${{ secrets.LANGSMITH_API_KEY }}
7578
run: |
7679
node ../scripts/run-dojo-everything.js &
7780
npx wait-port 9999

0 commit comments

Comments
 (0)