Skip to content

Commit

Permalink
Add GitHub Token to coveralls step (#319)
Browse files Browse the repository at this point in the history
As suggested by CI failure
  • Loading branch information
jhale authored Oct 11, 2024
1 parent c3b01b9 commit b4d5c67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- name: Upload to Coveralls
if: ${{ github.repository == 'FEniCS/ufl' && github.head_ref == '' && matrix.os == 'ubuntu-latest' && matrix.python-version == '3.8' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: coveralls

Expand Down

0 comments on commit b4d5c67

Please sign in to comment.