From a6b4381e427f204dfd51417f438cfe288bc61595 Mon Sep 17 00:00:00 2001 From: Peridot Date: Sun, 16 Jul 2023 16:10:10 +0200 Subject: [PATCH] Add Codecov token in workflow --- .github/workflows/gradle.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 52bf46a..d2ef7fb 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -1,6 +1,3 @@ -# This workflow will build a Java project with Maven -# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven - name: CI on: @@ -32,4 +29,5 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v2 with: + token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: false