mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-23 10:53:34 +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
|
- uses: tclindner/sentry-releases-action@v1.0.0
|
||||||
env:
|
env:
|
||||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||||
SENTRY_ORG: TryGhost
|
SENTRY_ORG: ghost-foundation
|
||||||
SENTRY_PROJECT: Ghost
|
SENTRY_PROJECT: ghost
|
||||||
with:
|
with:
|
||||||
tagName: ${{ github.ref }}
|
tagName: ${{ github.ref }}
|
||||||
environment: general
|
environment: general
|
||||||
|
Loading…
Reference in New Issue
Block a user