sentry-actions

command module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 5, 2021 License: Apache-2.0 Imports: 16 Imported by: 0

README

image

Usage

name: sentry-actions
on:
  workflow_run:
    # Sample completed workflows
    types: [completed]
    # List the names of the workflows you'd like to sample
    workflows:
      - docker
      - test
      - fail
jobs:
  sentry-actions:
    runs-on: ubuntu-latest
    steps:
      - uses: urcomputeringpal/sentry-actions@main
        with:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
          SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
          SENTRY_RELEASE: ${{ github.sha }}
          SENTRY_ENVIRONMENT: production

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL