Skip to content

Commit

Permalink
Use GITHUB_TOKEN for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed May 16, 2024
1 parent 090e6e4 commit b6cb132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
COVERALLS_PARALLEL: true
# get token from https://coveralls.io/github/compassinformatics/cascade
# and then add to https://github.com/compassinformatics/cascade/settings/secrets/actions
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
# COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build wheel and source distributions
run: |
Expand Down Expand Up @@ -96,6 +96,6 @@ jobs:
- name: Finished
run: |
pip3 install --upgrade coveralls
coveralls --finish
coveralls --service=github --finish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b6cb132

Please sign in to comment.