Skip to content

Commit

Permalink
ci: pass CODECOV_TOKEN to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesboeufs committed Nov 5, 2024
1 parent 7c8fd59 commit dafb760
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ jobs:
- run: yarn test
- run: yarn add mongodb@6 && yarn test
- run: yarn cov:send
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- run: yarn cov:check
- run: yarn build

0 comments on commit dafb760

Please sign in to comment.