Skip to content

Commit 92514c0

Browse files
authored
Merge pull request #182 from bingenito/codecov-token
Add CODECOV_TOKEN to build action
2 parents 0277e3c + 1a5e4d5 commit 92514c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,5 @@ jobs:
5555

5656
- name: Codecov
5757
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
58+
env:
59+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)