Add SENTRY_AUTH_TOKEN to upload sourcemaps
This commit is contained in:
parent
3555e96ce3
commit
ebdd06cbe6
|
@ -151,6 +151,8 @@ jobs:
|
|||
|
||||
- name: Build client
|
||||
run: npm run build
|
||||
env:
|
||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||
|
||||
production-deploy:
|
||||
needs: [ tests, build-nuxt-app ]
|
||||
|
|
Loading…
Reference in New Issue