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
-
Notifications
You must be signed in to change notification settings - Fork 0
Report GitHub Actions runs to Sentry as Transactions/Events. Allows teams to observe and debug their CI/CD pipeline like the rest of their software.
License
urcomputeringpal/sentry-actions
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Report GitHub Actions runs to Sentry as Transactions/Events. Allows teams to observe and debug their CI/CD pipeline like the rest of their software.