Skip to content

Commit e55cc24

Browse files
committed
Fixed coveralls secret name
1 parent b7608b6 commit e55cc24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-20.04.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
coverage run -m pytest
4242
- name: Coveralls
4343
env:
44-
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
44+
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
4545
run: |
4646
pip install coveralls
4747
coveralls

.github/workflows/build-24.04.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
coverage run -m pytest
4242
- name: Coveralls
4343
env:
44-
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
44+
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
4545
run: |
4646
pip install coveralls
4747
coveralls

0 commit comments

Comments
 (0)