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 22, 2024
1 parent 0324dbc commit b248600
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ jobs:
yarn playwright install-deps chromium
npx replayio install
- name: Run e2e tests
run: |
./run_e2e_tests.js
run: ./run_e2e_tests.js
env:
REPLAY_API_KEY: ${{ secrets.REPLAY_API_KEY }}

0 comments on commit b248600

Please sign in to comment.