Skip to content

GitHub action for rerecording an issue Replay using updated sources

License

Notifications You must be signed in to change notification settings

replayio/action-rerecord

Repository files navigation

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

About

GitHub action for rerecording an issue Replay using updated sources

Resources

License

Stars

Watchers

Forks

Packages

No packages published