Skip to content

Commit

Permalink
use GITHUB_TOKEN value in coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Recidvst committed Oct 20, 2022
1 parent 18827f4 commit cbff694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
if: steps.coverage.outcome == 'success'
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.COVERALLS_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cbff694

Please sign in to comment.