Skip to content

Commit 614a540

Browse files
committed
Add missing token for "codecov/codecov-action" at "upload_coverage" CI job
1 parent b718c98 commit 614a540

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/continuous-integration.yml

+1
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,4 @@ jobs:
143143
uses: "codecov/codecov-action@v4"
144144
with:
145145
directory: reports
146+
token: "${{ secrets.CODECOV_TOKEN }}"

0 commit comments

Comments
 (0)