Skip to content

Commit 4755e90

Browse files
committed
chore: update action again ...
1 parent 43b029d commit 4755e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
run: mvn --batch-mode --update-snapshots test jacoco:report --file pom.xml
2929

3030
- name: 🚀 Coveralls Coverage Report Submission
31-
run: mvn coveralls:report --define repoToken=${{ secrets.COVERALL_REPO_TOKEN }}
31+
run: mvn coveralls:report --define repoToken=${{ env.COVERALL_REPO_TOKEN }}

0 commit comments

Comments
 (0)