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

Commit 1e3343e

Browse files
committed
chore: change gh token var name
1 parent 4f39343 commit 1e3343e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ jobs:
5454
- name: Coveralls
5555
uses: coverallsapp/github-action@master
5656
with:
57-
github-token: ${{ secrets.GITHUB_TOKEN }}
57+
github-token: ${{ secrets.GH_TOKEN }}
5858
path-to-lcov: ./coverage/workers/lcov.info

0 commit comments

Comments
 (0)