Skip to content

Commit

Permalink
chore(ci): add GITHUB_TOKEN to Coveralls step in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hwonyo committed Oct 20, 2024
1 parent 70f21b8 commit 17ad441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ jobs:
if: success()
run: coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 comments on commit 17ad441

Please sign in to comment.