diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a288a37..a3dd321 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,5 +32,5 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: - token: ${{secrets.RELEASE_PLEASE_TOKEN}} + token: ${{secrets.CODECOV_TOKEN}} file: ./coverage.xml