Skip to content

Commit 7cde3ba

Browse files
committed
try uisng github token instead of coveralls repo token
1 parent 50ea13d commit 7cde3ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
run: tox
3232
- name: Coveralls
3333
env:
34-
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
35-
run: coveralls --service=github-actions
34+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35+
run: coveralls
3636
deploy:
3737
needs: build
3838
if: github.event_name == 'release'

0 commit comments

Comments
 (0)