Skip to content

Commit 40217a1

Browse files
committed
build: use coveralls repo token instead of github token
1 parent 6355596 commit 40217a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_lint_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
coverage run --omit='*/virtualenv/*,*/site-packages/*' -m pytest
4141
- name: Publish coverage
4242
env:
43-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43+
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
4444
run: |
4545
coveralls

0 commit comments

Comments
 (0)