Skip to content

psprings/bugsnag-release-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

bugsnag-release-action

Notify Bugsnag of a release/deployment

Inputs

apiKey

Required The Bugsnag API Key for your project.

appVersion

The version of the application that you are deploying. If action is triggered by a release, it will use the tag by default.

metadata

Optional metadata tags pertinent to the release required: false

releaseStage

This identifies the unique stage/environment that the application code has been released to. Defaults to production

Example usage

uses: psprings/[email protected]
with:
  apiKey: 'APIKEYHERE'