Skip to content

Commit

Permalink
Merge pull request #46 from sdgtt/fix_ga_workflow
Browse files Browse the repository at this point in the history
coveralls: add github token for github action workflow
  • Loading branch information
kimpaller authored Jan 16, 2025
2 parents 5bffec6 + c933385 commit 3b6f1e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ jobs:
- name: Report coverage
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls

0 comments on commit 3b6f1e0

Please sign in to comment.