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

Commit

Permalink
chore: change gh token var name
Browse files Browse the repository at this point in the history
  • Loading branch information
IKatsuba committed Nov 22, 2020
1 parent 4f39343 commit 1e3343e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GH_TOKEN }}
path-to-lcov: ./coverage/workers/lcov.info

0 comments on commit 1e3343e

Please sign in to comment.