Skip to content

Commit fce8fda

Browse files
Change Sentry DNS secret name
We need another for the prototype version.
1 parent 7b98df4 commit fce8fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
REVIEW_CLOUDFRONT_DISTRIBUTION_ID: E3KUGPF02I4CJ4
2525
VITE_FOUNDATION_BUILD: ${{ github.repository_owner == 'microbit-foundation' }}
2626
# Not really secret but worth keeping out the repo to prevent unintended use
27-
VITE_SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
27+
VITE_SENTRY_DSN: ${{ secrets.NEXTGEN_SENTRY_DSN }}
2828
steps:
2929
- uses: actions/checkout@v4
3030
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)