ml-opensource / bugsnag-release-action

GitHub Action for posting release to Bugsnag

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Master : .github/workflows/main.yml

Bugsnag Release Action

πŸ“– Project description

This action will automatically trigger a release on Bugsnag, to help you track bugs across different releases.

πŸ”§ Installation

Add the following to your workflow:

- name: Bugsnag report
  uses: monstar-lab-oss/bugsnag-release-action@v1.0.0
  with:
    releaseStage: production
  env:
    BUGSNAG_API_KEY: ${{ secrets.BUGSNAG_API_KEY }}

Inputs

BUGSNAG_API_KEY

Required Your bugsnag API Key

releaseStage

The release stage of the build. The default is production

builderName

The name provisioning the build. The default is the name triggering the build.

autoAssignRelease

Flag indicating whether to automatically associate this build with any new error events and sessions that are received for the release stage. The default is true

version

The version to add to bugsnag. The default is the Git SHA.

πŸ’» Developers

  • Jonas Schwartz

About

GitHub Action for posting release to Bugsnag


Languages

Language:TypeScript 100.0%