Skip to content

Commit 53d2123

Browse files
committed
fix env var
1 parent 7f681bc commit 53d2123

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
- name: Install Playwright Browsers
2020
run: yarn playwright install --with-deps
2121
- name: Run Playwright tests
22+
env:
23+
AIRTABLE_PAT: ${{ secrets.AIRTABLE_PAT }}
2224
run: yarn test:e2e:headless
2325
- uses: actions/upload-artifact@v4
2426
if: failure()

0 commit comments

Comments
 (0)