Skip to content

Commit

Permalink
ci: fix coveralls action config
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Feb 12, 2021
1 parent 5bbf8d3 commit 85185a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
if: github.ref == 'refs/heads/master'
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GH_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}

# Full tests for PR
test_pr:
Expand Down

0 comments on commit 85185a6

Please sign in to comment.