Skip to content
This repository was archived by the owner on Jun 7, 2025. It is now read-only.

Commit f10e980

Browse files
committed
🐛 fix: add GITHUB_TOKEN to Coveralls upload step in CI workflow
1 parent 3f0d014 commit f10e980

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ jobs:
4242
run: |
4343
coveralls
4444
env:
45+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4546
COVERALLS_TOKEN: ${{ secrets.COVERALLS_SUPPLAI_DB_API_TOKEN }}

0 commit comments

Comments
 (0)