Skip to content

Commit bd10a5a

Browse files
authored
Use Codecov token (#164)
1 parent 498b441 commit bd10a5a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ jobs:
2727
- name: Build with Maven
2828
run: mvn clean package
2929
- name: Codecov
30-
uses: codecov/codecov-action@v5.4.0
30+
uses: codecov/codecov-action@v5
31+
with:
32+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)