Skip to content

Commit 5c61ffd

Browse files
committed
fix api key
1 parent 37a8df1 commit 5c61ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
record: true
1717
env:
1818
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
19-
REPLAY_API_KEY: ${{ secrets.RECORD_REPLAY_API_KEY }}
19+
REPLAY_API_KEY: ${{ secrets.REPLAY_API_KEY }}
2020
- name: Semantic Release
2121
uses: cycjimmy/semantic-release-action@v3
2222
id: semantic

0 commit comments

Comments
 (0)