From 30839ebc831778e3b1bb901b6a60a8a4d842aa0c Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Wed, 3 Nov 2021 09:15:13 +0200 Subject: [PATCH] add SENTRY_DSN to env --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 313c9887c..b2c71a7eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,8 @@ jobs: - name: Install NPM dependencies run: npm install - name: Build + env: + SENTRY_DSN: ${{ secrets.SENTRY_DSN }} run: npm run build - name: Zip build artifact run: zip -r stremio-web.zip ./build