mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 20:35:24 +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 }}
|
platform=${{ matrix.platform }}
|
||||||
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
|
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Setup Sentry CLI for Backend Source Maps
|
- name: Setup Sentry CLI
|
||||||
uses: matbour/setup-sentry-cli@v1
|
uses: matbour/setup-sentry-cli@v1
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
|
|
@ -37,6 +37,10 @@ jobs:
|
||||||
organization: sourcebot
|
organization: sourcebot
|
||||||
project: backend
|
project: backend
|
||||||
|
|
||||||
|
- name: Login to Sentry
|
||||||
|
run: |
|
||||||
|
sentry-cli login
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue