We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f681bc commit 53d2123Copy full SHA for 53d2123
.github/workflows/playwright.yml
@@ -19,6 +19,8 @@ jobs:
19
- name: Install Playwright Browsers
20
run: yarn playwright install --with-deps
21
- name: Run Playwright tests
22
+ env:
23
+ AIRTABLE_PAT: ${{ secrets.AIRTABLE_PAT }}
24
run: yarn test:e2e:headless
25
- uses: actions/upload-artifact@v4
26
if: failure()
0 commit comments