Skip to content

Commit

Permalink
Try to fix coveralls-upload
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBessai committed Sep 30, 2021
1 parent a7b0f6b commit 0b65b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: sbt clean coverage +test
- name: Update coverage report
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: Scala ${{ matrix.scala }}
run: sbt coverageReport coveralls
release:
Expand Down

0 comments on commit 0b65b66

Please sign in to comment.