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
… (try4)
  • Loading branch information
rarruda committed May 11, 2021
1 parent f81a7bc commit 34ae621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Expand Up @@ -35,6 +35,6 @@ jobs:
- name: Run tests
run: bundle exec rake
env:
COVERALLS_REPO_TOKEN: ${{ github.token }}
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}


0 comments on commit 34ae621

Please sign in to comment.