Skip to content

Commit 5f2078d

Browse files
authored
add token env
Signed-off-by: Henrique Graca <999396+hjgraca@users.noreply.github.com>
1 parent bf85ba9 commit 5f2078d

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
@@ -33,6 +33,8 @@ jobs:
3333
run: dotnet test --collect:"XPlat Code Coverage" --results-directory ./codecov --verbosity normal
3434
- name: Codecov
3535
uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # 4.3.1
36+
env:
37+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3638
with:
3739
flags: unittests
3840
fail_ci_if_error: false

0 commit comments

Comments
 (0)