Skip to content

Commit

Permalink
ci: add missing SENTRY_DSN for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ljagiela committed Oct 30, 2024
1 parent 3cb1e04 commit 8cd5b2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/build/app/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ inputs:
description: 'Banxa`s integration URL'
required: false
default: 'https://lacewallet.banxa-sandbox.com/'
SENTRY_DSN:
description: 'Data Source Name for Sentry, AKA Client Key. This tells a Sentry SDK where to send events so the events are associated
with the correct project'
required: false
default: ''

runs:
using: 'composite'
Expand All @@ -47,6 +52,7 @@ runs:
POSTHOG_PRODUCTION_TOKEN: ${{ inputs.POSTHOG_PRODUCTION_TOKEN }}
PRODUCTION_MODE_TRACKING: ${{ inputs.PRODUCTION_MODE_TRACKING }}
BANXA_LACE_URL: ${{ inputs.BANXA_LACE_URL }}
SENTRY_DSN: ${{ inputs.SENTRY_DSN }}

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8cd5b2c

Please sign in to comment.