From 1d78300c56ac0b43b00d0e139993deaa29827f5e Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Thu, 28 Nov 2024 13:51:44 -0500 Subject: [PATCH] chore: use codecov token in uploads --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45b9b12c..46d0d904 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,9 @@ jobs: - uses: actions/checkout@v4 - uses: ./.github/actions/prepare - run: pnpm run test --coverage - - uses: codecov/codecov-action@v3 + - env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + uses: codecov/codecov-action@v5 type_check: name: Type Check runs-on: ubuntu-latest