Skip to content

Commit

Permalink
Merge pull request #29 from replayio-public/filip/dev-384-fix-overboa…
Browse files Browse the repository at this point in the history
…rd-tests

fix API key references
  • Loading branch information
filiphric authored Apr 18, 2024
2 parents 9fec0db + af24e90 commit cbf9aef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# Install NPM dependencies, cache them correctly
# and run all Cypress tests
Expand All @@ -28,4 +28,4 @@ jobs:
- name: Run tests
run: yarn test:cypress
env:
REPLAY_API_KEY: ${{ secrets.REPLAY_API_KEY }}
REPLAY_API_KEY: ${{ secrets.CYPRESS_REPLAY_API_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Run Playwright tests
run: yarn test:playwright
env:
PLAYWRIGHT_REPLAY_API_KEY: ${{ secrets.PLAYWRIGHT_REPLAY_API_KEY }}
REPLAY_API_KEY: ${{ secrets.PLAYWRIGHT_REPLAY_API_KEY }}
REPLAY_PLAYWRIGHT_FIXTURE: ${{ secrets.REPLAY_PLAYWRIGHT_FIXTURE }}
- uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit cbf9aef

Please sign in to comment.