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 7b98df4 commit fce8fdaCopy full SHA for fce8fda
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
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 }}
+ VITE_SENTRY_DSN: ${{ secrets.NEXTGEN_SENTRY_DSN }}
28
steps:
29
- uses: actions/checkout@v4
30
- uses: actions/setup-node@v3
0 commit comments