We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498b441 commit bd10a5aCopy full SHA for bd10a5a
.github/workflows/maven.yml
@@ -27,4 +27,6 @@ jobs:
27
- name: Build with Maven
28
run: mvn clean package
29
- name: Codecov
30
- uses: codecov/codecov-action@v5.4.0
+ uses: codecov/codecov-action@v5
31
+ with:
32
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments