Skip to content

Commit

Permalink
chore(SER-3309): Add SENTRY_DSN env var in helm deployment
Browse files Browse the repository at this point in the history
amydoxym committed Dec 4, 2024
1 parent a04db35 commit 09f8565
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/helm_fineract_frontend/action.yml
Original file line number Diff line number Diff line change
@@ -59,6 +59,9 @@ inputs:
MATOMO_SITE_ID:
description: The ID of the Matomo site.
required: true
SENTRY_DSN:
description: The Sentry DSN.
required: true
runs:
using: composite
steps:
@@ -81,6 +84,7 @@ runs:
HOST_HOME_URL : "${{ inputs.FINERACT_HOST_HOME_URL }}"
MATOMO_SITE_URL : "${{ inputs.MATOMO_SITE_URL }}"
MATOMO_SITE_ID : "${{ inputs.MATOMO_SITE_ID }}"
SENTRY_DSN : "${{ inputs.SENTRY_DSN }}"
initContainers:
- name: wait-for-fineract-backend

0 comments on commit 09f8565

Please sign in to comment.