File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 3535 run : ./gradlew build --stacktrace
3636 - name : Upload to Codecov
3737 uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
38+ with :
39+ token : ${{ secrets.CODECOV_TOKEN }}
3840 - name : Generate Javadoc
3941 run : ./gradlew javadoc --stacktrace
Original file line number Diff line number Diff line change 4141 run : ./gradlew build --stacktrace --no-daemon
4242 - name : Upload to Codecov
4343 uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
44+ with :
45+ token : ${{ secrets.CODECOV_TOKEN }}
4446 release :
4547 needs : build
4648 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 8484 ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_PASSWORD }}
8585 - name : Upload to Codecov
8686 uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
87+ with :
88+ token : ${{ secrets.CODECOV_TOKEN }}
8789 - name : Push Javadoc
8890 run : ./push_javadoc.sh
8991 # Define secrets at https://github.com/ReactiveX/RxJava/settings/secrets/actions
You can’t perform that action at this time.
0 commit comments