Skip to content

Commit 7cda0a6

Browse files
Pass codecov token to codecov action. (#2313)
1 parent 92e7500 commit 7cda0a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ jobs:
4040
- name: Upload coverage report
4141
if: matrix.java == env.RELEASE_JAVA_VERSION
4242
uses: codecov/codecov-action@v4
43+
with:
44+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)