We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94ced1 commit 185a75bCopy full SHA for 185a75b
.github/workflows/playwright.yml
@@ -19,6 +19,8 @@ jobs:
19
run: pnpm exec playwright install --with-deps
20
- name: Run Playwright tests
21
run: pnpm exec playwright test
22
+ env:
23
+ TD_API_KEY: ${{ secrets.TD_API_KEY }}
24
- uses: actions/upload-artifact@v4
25
if: ${{ !cancelled() }}
26
with:
0 commit comments