Skip to content

Commit

Permalink
fix api key
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphric committed Nov 28, 2023
1 parent 37a8df1 commit 5c61ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
record: true
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
REPLAY_API_KEY: ${{ secrets.RECORD_REPLAY_API_KEY }}
REPLAY_API_KEY: ${{ secrets.REPLAY_API_KEY }}
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
id: semantic
Expand Down

0 comments on commit 5c61ffd

Please sign in to comment.