Skip to content

Commit

Permalink
Use GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiromu Hota committed Apr 10, 2020
1 parent 58d1c3e commit 8949351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
coverage combine
coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.coveralls_repo_token }}
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
macos-test:
runs-on: macos-latest
strategy:
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
coverage combine
coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.coveralls_repo_token }}
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
build-and-publish:
name: Build and Publish Fonduer to PyPI
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8949351

Please sign in to comment.