Update secret name.
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
This commit is contained in:
parent
ffcb63309b
commit
30d751a579
|
|
@ -31,7 +31,8 @@ jobs:
|
||||||
run: ./gradlew assemble test
|
run: ./gradlew assemble test
|
||||||
- name: Generate and upload coverage report
|
- name: Generate and upload coverage report
|
||||||
env:
|
env:
|
||||||
COVERALLS_REPO_TOKEN: ${{ secrets.CoverallsRepoToken }}
|
COVERALLS_SERVICE_NAME: 'github-actions'
|
||||||
|
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||||
run: ./gradlew build jacocoTestReport coveralls
|
run: ./gradlew build jacocoTestReport coveralls
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue