We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88af7a7 commit 9341909Copy full SHA for 9341909
.github/workflows/smoke-tests.yml
@@ -12,6 +12,8 @@ jobs:
12
runs-on: ubuntu-latest
13
container:
14
image: node:23-bullseye
15
+ env:
16
+ OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
17
steps:
18
- uses: actions/checkout@v4
19
0 commit comments