diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f6a6cd..a288a37 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: ${{RELEASE_PLEASE_TOKEN}} + token: ${{secrets.RELEASE_PLEASE_TOKEN}} file: ./coverage.xml