Rerecord reported issues.
- Log into app.replay.io
- Create a Team API key (Personal API keys can be used, but have a limit of 10 recordings)
- Store the API key as a GitHub Repository Secret named
RECORD_REPLAY_API_KEY
- Add the configuration below to your existing workflow
- uses: replayio/action-rerecord@latest
with:
api-key: ${{ secrets.RECORD_REPLAY_API_KEY }}
Required | Name | Description | Default |
---|---|---|---|
✅ | api-key |
The Replay API Key used to upload recordings | |
public |
When true, make the rerecorded replay public on upload | false |
|
include-summaries |
When true, the rerecorded replay is added to the GitHub workflow summary page | true |