We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6313f90 commit 652169eCopy full SHA for 652169e
.github/workflows/build.yml
@@ -25,4 +25,6 @@ jobs:
25
- name: Build with Maven
26
run: mvn -B package --file pom.xml
27
- name: Generate Codecov Report
28
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v5
29
+ with:
30
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments