Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 5354e9c

Browse files
authored
Merge pull request #580 from ldapjs/jsumners-patch-1
Fix coveralls config
2 parents 4fa7ca0 + 7d39706 commit 5354e9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
- name: Coveralls Parallel
4343
uses: coverallsapp/github-action@master
4444
with:
45-
github-token: ${{ secrets.github_token }}
45+
github-token: ${{ secrets.GITHUB_TOKEN }}
4646
parallel: true
4747
- name: Coveralls Finished
4848
uses: coverallsapp/github-action@master
4949
with:
50-
github-token: ${{ secrets.github_token }}
50+
github-token: ${{ secrets.GITHUB_TOKEN }}
5151
parallel-finished: true

0 commit comments

Comments
 (0)