Skip to content

Commit 6d6de1a

Browse files
committed
wrong secrt being passed?
1 parent 0410203 commit 6d6de1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
- name: Coveralls GitHub Action
2727
uses: coverallsapp/[email protected]
2828
with:
29-
github-token: ${{ secrets.COVERALLS_REPO_TOKEN }}
29+
github-token: ${{ secrets.GITHUB_TOKEN }}
3030

3131

0 commit comments

Comments
 (0)