From 664180e850e670092851384a385d0c2c70ccedce Mon Sep 17 00:00:00 2001 From: Fabio Rapposelli Date: Mon, 13 May 2024 07:46:45 +0200 Subject: [PATCH] changed codecov token --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1eb8a39..89bb07c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,8 +32,6 @@ jobs: uses: codecov/codecov-action@v3 if: matrix.go_version == '1.22' && matrix.os == 'ubuntu-latest' with: - token: ${{ secrets.CODECOV_KEY }} + token: ${{ secrets.CODECOV_TOKEN }} file: ./.cover/cover.out fail_ci_if_error: true - -