Skip to content

Commit d02f98e

Browse files
committed
Fixes repo token for Coveralls
1 parent f5ae114 commit d02f98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,6 @@ jobs:
403403
- name: Coveralls Finished
404404
uses: coverallsapp/github-action@v2
405405
with:
406-
github-token: ${{ secrets.COVERALLS_REPO_TOKEN }}
406+
github-token: ${{ secrets.GITHUB_TOKEN }}
407407
parallel-finished: true
408408
carryforward: 'lint,ethernaut-common,ethernaut-oso,ethernaut-util,ethernaut-util-ui,ethernaut-ui,ethernaut-interact,ethernaut-interact-ui,ethernaut-challenges,ethernaut-ai,ethernaut-ai-ui,ethernaut-network,ethernaut-network-ui,ethernaut-wallet,ethernaut-wallet-ui,ethernaut-cli'

0 commit comments

Comments
 (0)