chore(build): ensure AboutLibraries tasks avoid rate limits

This commit is contained in:
Harsh Shandilya 2025-01-03 14:23:21 +05:30
parent b20b087b8b
commit 28720b06bb
3 changed files with 5 additions and 0 deletions

View file

@ -33,6 +33,8 @@ jobs:
- name: Run unit tests
run: ./gradlew --no-configuration-cache --stacktrace :build-logic:check check -PslimTests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: (Fail-only) Upload test report
if: failure()

View file

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