[FIX] - COVERALLS TOKEN

This commit is contained in:
Artem Vasilev 2022-06-22 18:50:28 +03:00
parent a6c03337a2
commit 97e3273b41

View File

@ -35,7 +35,7 @@ jobs:
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.COVERALLS_REPO_TOKEN }}
lint:
runs-on: ubuntu-20.04