Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.7 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.7 KB

replayio/action-rerecord

Rerecord reported issues.

Usage

  1. Log into app.replay.io
  2. Create a Team API key (Personal API keys can be used, but have a limit of 10 recordings)
  3. Store the API key as a GitHub Repository Secret named RECORD_REPLAY_API_KEY
  4. Add the configuration below to your existing workflow
- uses: replayio/action-rerecord@latest
  with:
    api-key: ${{ secrets.RECORD_REPLAY_API_KEY }}

Arguments

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