Skip to content

Commit

Permalink
build/fix: coveralls should find this repo, when using github actions…
Browse files Browse the repository at this point in the history
… (try2)
  • Loading branch information
rarruda committed May 11, 2021
1 parent 27fde70 commit 1420e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Expand Up @@ -42,6 +42,6 @@ jobs:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ github.token }}
parallel-finished: true

0 comments on commit 1420e89

Please sign in to comment.