We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a0535 commit 30839ebCopy full SHA for 30839eb
.github/workflows/release.yml
@@ -13,6 +13,8 @@ jobs:
13
- name: Install NPM dependencies
14
run: npm install
15
- name: Build
16
+ env:
17
+ SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
18
run: npm run build
19
- name: Zip build artifact
20
run: zip -r stremio-web.zip ./build
0 commit comments