Hi there! I have tried to set up the Sentry GitHub Action, but it is not working. I have pasted down below what action I am using.
Action: https://github.com/marketplace/actions/sentry-release
Code:
name: sentry
on: [push]
jobs:
sentry-debug:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: getsentry/action-release@v1
- env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
- with:
environment: production