From 7253c5a8c648cf849dfafdf564624696f80d50d5 Mon Sep 17 00:00:00 2001 From: msukkari Date: Sat, 1 Mar 2025 19:34:47 -0800 Subject: [PATCH] add setup sentry cli step to github action --- .github/workflows/staging-ghcr-public.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/staging-ghcr-public.yml b/.github/workflows/staging-ghcr-public.yml index b75532df..a7e41d83 100644 --- a/.github/workflows/staging-ghcr-public.yml +++ b/.github/workflows/staging-ghcr-public.yml @@ -29,6 +29,14 @@ jobs: platform=${{ matrix.platform }} echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV + - name: Setup Sentry CLI for Backend Source Maps + uses: matbour/setup-sentry-cli@v1 + with: + version: latest + token: ${{ secrets.SENTRY_AUTH_TOKEN }} + organization: sourcebot + project: backend + - name: Checkout repository uses: actions/checkout@v4 with: