Skip to content

Commit 1af6bf8

Browse files
committed
fix token
1 parent 776fef0 commit 1af6bf8

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
@@ -27,7 +27,7 @@ jobs:
2727
uses: coverallsapp/github-action@v1.1.2
2828
with:
2929
flag-name: run-${{ matrix.os }}-${{ matrix.node-version }}
30-
github-token: ${{ secrets.github_token }}
30+
github-token: ${{ secrets.GITHUB_TOKEN }}
3131
parallel: true
3232
finish:
3333
needs: build

0 commit comments

Comments
 (0)