Skip to content

Commit 185a75b

Browse files
committed
Add TD_API_KEY
1 parent e94ced1 commit 185a75b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
run: pnpm exec playwright install --with-deps
2020
- name: Run Playwright tests
2121
run: pnpm exec playwright test
22+
env:
23+
TD_API_KEY: ${{ secrets.TD_API_KEY }}
2224
- uses: actions/upload-artifact@v4
2325
if: ${{ !cancelled() }}
2426
with:

0 commit comments

Comments
 (0)