Skip to content

Commit

Permalink
ci: Use default GITHUB_TOKEN instead of COVERALLS_REPO_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Feb 26, 2021
1 parent f56da71 commit 12ba9a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
TEST_DATABASE_URL: postgresql://postgres:postgres@localhost:${{ job.services.postgres.ports[5432] }}/postgres
if: always()
- env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: coveralls
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls --service=github

0 comments on commit 12ba9a9

Please sign in to comment.