Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 653 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 653 Bytes

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