We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76f28a commit ab92944Copy full SHA for ab92944
.github/workflows/build.yml
@@ -23,6 +23,8 @@ jobs:
23
STAGING_CLOUDFRONT_DISTRIBUTION_ID: E37K3V5Y65XQIX
24
REVIEW_CLOUDFRONT_DISTRIBUTION_ID: E3KUGPF02I4CJ4
25
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 }}
28
steps:
29
- uses: actions/checkout@v4
30
- uses: actions/setup-node@v3
0 commit comments