Add SENTRY_AUTH_TOKEN to upload sourcemaps
This commit is contained in:
2
.github/workflows/laravel.yml
vendored
2
.github/workflows/laravel.yml
vendored
@@ -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 ]
|
||||||
|
|||||||
Reference in New Issue
Block a user