From 94ba436184889b203d422e348e541ec337580a8e Mon Sep 17 00:00:00 2001 From: Blake Embrey Date: Fri, 15 Nov 2024 12:12:24 -0800 Subject: [PATCH] Fix codecov workflow in PRs (#209) --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 }}