Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
add coveralls token
Browse files Browse the repository at this point in the history
  • Loading branch information
Ottovsky committed Nov 4, 2020
1 parent bf21a37 commit 7b0dad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Upload coverage results to coveralls
- name: Submit Coveralls
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
run: mvn -DrepoToken=${COVERALLS_TOKEN} -DserviceJobId=${GITHUB_RUN_ID} -Dbranch=${GITHUB_REF} -DpullRequest=${GITHUB_HEAD_REF} -DserviceName=GITHUB verify jacoco:report coveralls:report

# Push to dockerhub
Expand Down

0 comments on commit 7b0dad5

Please sign in to comment.