Skip to content

Commit 8b402bc

Browse files
committed
Pass token to CodeCov action
Signed-off-by: Luís Cobucci <lcobucci@gmail.com>
1 parent d42b852 commit 8b402bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/mutation-tests.yml

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

4242
- name: "Upload Code Coverage"
4343
uses: "codecov/codecov-action@v6.0.0"
44+
with:
45+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)