Skip to content

Commit 652169e

Browse files
committed
added codecov_token as secret
1 parent 6313f90 commit 652169e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ jobs:
2525
- name: Build with Maven
2626
run: mvn -B package --file pom.xml
2727
- name: Generate Codecov Report
28-
uses: codecov/codecov-action@v5
28+
uses: codecov/codecov-action@v5
29+
with:
30+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)