From a66fd151ddbe6ca069c0e4b6cfacf61cef113e99 Mon Sep 17 00:00:00 2001 From: doprz <52579214+doprz@users.noreply.github.com> Date: Tue, 14 Oct 2025 20:25:04 -0500 Subject: [PATCH] chore: add Sentry env vars to workflow --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c92df9ad..576f5e7b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,6 +50,9 @@ jobs: title: 'feat(release): version UTRP' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + SENTRY_ORG: longhorn-developers + SENTRY_PROJECT: ut-registration-plus + SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} - name: Get UTRP Version and Tag if: steps.changesets.outputs.hasChangesets == 'false'