mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-15 22:05:23 +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
|
uses: matbour/setup-sentry-cli@v1
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
token: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
|
||||||
organization: sourcebot
|
|
||||||
project: backend
|
|
||||||
|
|
||||||
- name: Login to Sentry
|
- name: Login to Sentry
|
||||||
run: |
|
run: |
|
||||||
sentry-cli login
|
sentry-cli login --auth-token ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue