mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 20:35:24 +00:00
add setup sentry cli step to github action
This commit is contained in:
parent
7307134e77
commit
7253c5a8c6
1 changed files with 8 additions and 0 deletions
8
.github/workflows/staging-ghcr-public.yml
vendored
8
.github/workflows/staging-ghcr-public.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue