From 30d751a5791b6325840d886d89c07a5ea16a29f9 Mon Sep 17 00:00:00 2001 From: Max Lambrecht Date: Tue, 22 Jun 2021 12:37:24 -0300 Subject: [PATCH] Update secret name. Signed-off-by: Max Lambrecht --- .github/workflows/gradle.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index c8dfc79..2e7f2cc 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -31,7 +31,8 @@ jobs: run: ./gradlew assemble test - name: Generate and upload coverage report env: - COVERALLS_REPO_TOKEN: ${{ secrets.CoverallsRepoToken }} + COVERALLS_SERVICE_NAME: 'github-actions' + COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} run: ./gradlew build jacocoTestReport coveralls - uses: actions/upload-artifact@v2 with: