fix(release): provide SENTRY_AUTH_TOKEN during release asset build

This commit is contained in:
Harsh Shandilya 2023-03-03 03:13:07 +05:30
parent 50ed66414c
commit 94551a8c71
No known key found for this signature in database

View file

@ -59,6 +59,7 @@ jobs:
shell: bash shell: bash
env: env:
SENTRY_DSN: ${{ secrets.SENTRY_DSN }} SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
run: | run: |
./gradlew --no-configuration-cache collectReleaseApks collectReleaseBundle -PsentryUploadMappings ./gradlew --no-configuration-cache collectReleaseApks collectReleaseBundle -PsentryUploadMappings