mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-13 11:53:51 +02:00
Add sentry dsn
This commit is contained in:
3
.github/workflows/github_actions.yml
vendored
3
.github/workflows/github_actions.yml
vendored
@@ -121,6 +121,9 @@ jobs:
|
||||
- name: Restore dependencies
|
||||
run: npm ci
|
||||
- name: Build Cef-html
|
||||
env:
|
||||
SENTRY_URL: ${{ secrets.SentryUrl }}
|
||||
SENTRY_AUTH_TOKEN: ${{ secrets.SentryAuthToken }}
|
||||
run: npm run prod
|
||||
- name: Upload Cef-html artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user