Skip to content

Commit

Permalink
ci: explicitly set CODECOV_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlewis92 committed Apr 19, 2024
1 parent 4b34012 commit 94e3f39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ jobs:
- run: pnpm install
- run: pnpm test
- uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 94e3f39

Please sign in to comment.