Skip to content

Commit 9341909

Browse files
committed
add openai var
1 parent 88af7a7 commit 9341909

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/smoke-tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
container:
1414
image: node:23-bullseye
15+
env:
16+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
1517
steps:
1618
- uses: actions/checkout@v4
1719

0 commit comments

Comments
 (0)