mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
login to sentry
This commit is contained in:
parent
7253c5a8c6
commit
36f79d7fe6
1 changed files with 5 additions and 1 deletions
6
.github/workflows/staging-ghcr-public.yml
vendored
6
.github/workflows/staging-ghcr-public.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
platform=${{ matrix.platform }}
|
||||
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
|
||||
|
||||
- name: Setup Sentry CLI for Backend Source Maps
|
||||
- name: Setup Sentry CLI
|
||||
uses: matbour/setup-sentry-cli@v1
|
||||
with:
|
||||
version: latest
|
||||
|
|
@ -37,6 +37,10 @@ jobs:
|
|||
organization: sourcebot
|
||||
project: backend
|
||||
|
||||
- name: Login to Sentry
|
||||
run: |
|
||||
sentry-cli login
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue