diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index 3f8837b360..a2f0953b31 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -103,7 +103,7 @@ jobs: SENTRY_URL: https://toska.cs.helsinki.fi/ SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_TOKEN }} SENTRY_ORG: toska - SENTRY_PROJECT: oodikone + SENTRY_PROJECT: oodikone-frontend with: environment: production set_commits: 'skip' @@ -137,7 +137,7 @@ jobs: SENTRY_URL: https://toska.cs.helsinki.fi/ SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_TOKEN }} SENTRY_ORG: toska - SENTRY_PROJECT: oodikone + SENTRY_PROJECT: oodikone-backend with: environment: production set_commits: 'skip'