Skip to content

Commit ab92944

Browse files
Add env required for error logging (#234)
1 parent d76f28a commit ab92944

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
STAGING_CLOUDFRONT_DISTRIBUTION_ID: E37K3V5Y65XQIX
2424
REVIEW_CLOUDFRONT_DISTRIBUTION_ID: E3KUGPF02I4CJ4
2525
VITE_FOUNDATION_BUILD: ${{ github.repository_owner == 'microbit-foundation' }}
26+
# Not really secret but worth keeping out the repo to prevent unintended use
27+
VITE_SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
2628
steps:
2729
- uses: actions/checkout@v4
2830
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)