Skip to content

Commit 6d062b1

Browse files
authored
Update codecov-report.yml
Adding auth token to the build
1 parent 922fbee commit 6d062b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codecov-report.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
- name: Build and run unit tests
1818
run: |
1919
./gradlew build jacocoTestReport
20+
env:
21+
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
2022
- name: Upload coverage reports to Codecov
2123
uses: codecov/codecov-action@v4
2224
with:

0 commit comments

Comments
 (0)