Skip to content

Commit

Permalink
chore: use codecov token in uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Nov 28, 2024
1 parent bc71f15 commit 1d78300
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d78300

Please sign in to comment.