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 - -