Skip to content

Commit

Permalink
build: expose CODECOV_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip committed Apr 21, 2024
1 parent 62c8679 commit 5772a2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ jobs:
uses: codecov/codecov-action@v4
with:
directory: ./coverage
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 5772a2e

Please sign in to comment.