add SENTRY_DSN to env

This commit is contained in:
nklhrstv 2021-11-03 09:15:13 +02:00
parent 24a0535e8e
commit 30839ebc83

View file

@ -13,6 +13,8 @@ jobs:
- name: Install NPM dependencies - name: Install NPM dependencies
run: npm install run: npm install
- name: Build - name: Build
env:
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
run: npm run build run: npm run build
- name: Zip build artifact - name: Zip build artifact
run: zip -r stremio-web.zip ./build run: zip -r stremio-web.zip ./build