mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Corrected Sentry organization and project
no issue
This commit is contained in:
parent
120bfe1295
commit
1acbe3e51a
1 changed files with 2 additions and 2 deletions
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…
Add table
Reference in a new issue