Skip to content

Commit a1deb1e

Browse files
committed
Update build to use sentry env vars
1 parent 82ebc2b commit a1deb1e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ jobs:
1111
with:
1212
node-version: '18.x'
1313
- run: npm ci
14-
- run: npm run build
14+
- name: Build extension
15+
run: npm run build
16+
env:
17+
SENTRY_DSN: ${{ env.SENTRY_DSN }}
18+
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
1519
- run: |
1620
jq --arg version "$VERSION" '.version=$version' dist/manifest.json > manifest.tmp.json \
1721
&& mv manifest.tmp.json dist/manifest.json

0 commit comments

Comments
 (0)