Skip to content

Commit a240189

Browse files
committed
chore(): add missing env var
1 parent 8540e5b commit a240189

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232

3333
- name: Build docs app
3434
run: pnpm --filter=docs run build
35+
env:
36+
MIXEDBREAD_API_KEY: ${{ secrets.MIXEDBREAD_API_KEY }}
3537

3638
- name: Run Playwright tests
3739
run: pnpm --filter=docs exec playwright test

0 commit comments

Comments
 (0)