Skip to content

Commit d6bb605

Browse files
committed
Added a coveralls token to the project secrets
1 parent 9c3b5fc commit d6bb605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: Coveralls
6262
env:
63-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63+
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
6464
run: |
6565
pip install coveralls
6666
coveralls

0 commit comments

Comments
 (0)