Skip to content

Commit fe81778

Browse files
committed
Provide sentry token in CI build
1 parent 0b5dc67 commit fe81778

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
node-version: ${{ matrix.node-version }}
3232
cache: 'npm'
3333
- run: npm clean-install
34+
- run: |
35+
cat > .sentryclirc <<EOF
36+
[auth]
37+
token=${{ secrets.SENTRY_AUTH_TOKEN }}
38+
EOF
3439
- run: npm run build
3540
- name: Copy dist files to server
3641
uses: appleboy/scp-action@v1

0 commit comments

Comments
 (0)