mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-23 02:41:50 +03:00
Corrected Sentry organization and project
no issue
This commit is contained in:
parent
120bfe1295
commit
1acbe3e51a
4
.github/workflows/sentry.yml
vendored
4
.github/workflows/sentry.yml
vendored
@ -10,8 +10,8 @@ jobs:
|
||||
- uses: tclindner/sentry-releases-action@v1.0.0
|
||||
env:
|
||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||
SENTRY_ORG: TryGhost
|
||||
SENTRY_PROJECT: Ghost
|
||||
SENTRY_ORG: ghost-foundation
|
||||
SENTRY_PROJECT: ghost
|
||||
with:
|
||||
tagName: ${{ github.ref }}
|
||||
environment: general
|
||||
|
Loading…
Reference in New Issue
Block a user