mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 20:35:24 +00:00
fix sentry login in action
This commit is contained in:
parent
36f79d7fe6
commit
20eac7bb26
1 changed files with 1 additions and 4 deletions
5
.github/workflows/staging-ghcr-public.yml
vendored
5
.github/workflows/staging-ghcr-public.yml
vendored
|
|
@ -33,13 +33,10 @@ jobs:
|
|||
uses: matbour/setup-sentry-cli@v1
|
||||
with:
|
||||
version: latest
|
||||
token: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||
organization: sourcebot
|
||||
project: backend
|
||||
|
||||
- name: Login to Sentry
|
||||
run: |
|
||||
sentry-cli login
|
||||
sentry-cli login --auth-token ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue