Skip to content

Commit

Permalink
Merge branch 'master' into summary-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Veikko Suhonen authored and Veikko Suhonen committed Aug 24, 2023
2 parents 7902120 + b176d5e commit 27c217c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
- name: Create Sentry release
uses: getsentry/action-release@v1
env:
SENTRY_URL: ${{ secrets.SENTRY_URL }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
SENTRY_URL: https://toska.cs.helsinki.fi/
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_TOKEN }}
SENTRY_ORG: toska
SENTRY_PROJECT: palaute
with:
environment: production
set_commits: 'skip'
Expand Down
2 changes: 1 addition & 1 deletion config/hy.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ const config = {

CONFIG_NAME: 'HY',

SENTRY_DSN: 'https://8877ea30aa714216b27b22c8aa395723@sentry.cs.helsinki.fi/6',
SENTRY_DSN: 'https://b41a87ca77fbe0da75b6c078381a66d4@toska.cs.helsinki.fi/15',

PATE_URL: 'https://api-toska.apps.ocp-prod-0.k8s.it.helsinki.fi/pate',

Expand Down

0 comments on commit 27c217c

Please sign in to comment.