From 9a8a128b5f6758c202c0030f04c01add4d85b0fb Mon Sep 17 00:00:00 2001 From: jerolba Date: Sat, 26 Oct 2024 12:23:00 +0200 Subject: [PATCH] Fix token setup --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 790a0c9..6cd699c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,8 @@ jobs: run: ./gradlew jacocoTestReport - name: Upload coverage reports to Codecov with GitHub Action uses: codecov/codecov-action@v4 - token: ${{ secrets.CODECOV_TOKEN }} + with: + token: ${{ secrets.CODECOV_TOKEN }} build-latest: runs-on: ubuntu-latest