Add SENTRY_AUTH_TOKEN to upload sourcemaps

This commit is contained in:
Julien Nahum
2024-01-17 19:48:07 +01:00
parent 3555e96ce3
commit ebdd06cbe6

View File

@@ -151,6 +151,8 @@ jobs:
- name: Build client - name: Build client
run: npm run build run: npm run build
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
production-deploy: production-deploy:
needs: [ tests, build-nuxt-app ] needs: [ tests, build-nuxt-app ]