mirror of
https://github.com/DefinedNet/mobile_nebula.git
synced 2025-01-18 03:07:02 +00:00
Add env vars to sentry debug upload (#196)
This commit is contained in:
parent
1102681704
commit
248e6b1605
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -178,6 +178,10 @@ jobs:
|
|||
|
||||
- name: Upload debug symbols to Sentry
|
||||
run: flutter packages pub run sentry_dart_plugin
|
||||
env:
|
||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
|
||||
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
|
||||
|
||||
- name: Create Sentry release
|
||||
uses: getsentry/action-release@v1
|
||||
|
|
Loading…
Reference in a new issue