diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 994c2ad..9bb8428 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,6 @@ jobs: name: Node.js ${{ matrix.node-version }} runs-on: ubuntu-latest permissions: - id-token: write contents: read strategy: matrix: @@ -27,4 +26,4 @@ jobs: - uses: codecov/codecov-action@v4 with: name: Node.js ${{ matrix.node-version }} - use_oidc: true + token: ${{ secrets.CODECOV_TOKEN }}