Skip to content

Commit

Permalink
Pass through secrets.REPLAY_API_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed May 1, 2024
1 parent fbfeae2 commit f7b0c54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ jobs:
run: pnpm prerelease
- name: Run Playwright tests
run: cd packages/react-resizable-panels-website && pnpm test:e2e --project replay-chromium
env:
REPLAY_API_KEY: ${{ secrets.REPLAY_API_KEY }}

0 comments on commit f7b0c54

Please sign in to comment.