Skip to content

Commit

Permalink
ci: add token to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed May 10, 2024
1 parent b278a26 commit c28470c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ jobs:

- name: Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit c28470c

Please sign in to comment.