Skip to content

Commit

Permalink
ci(fix): use a separate api token with codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeg committed Dec 13, 2024
1 parent bbbd64c commit e49fb07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
- name: "chore(health): check up on recent changes to the health score"
uses: slackapi/slack-health-score@v0.1.1
with:
codecov_token: ${{ secrets.CODECOV_TOKEN }}
codecov_token: ${{ secrets.CODECOV_API_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
extension: js
include: src

0 comments on commit e49fb07

Please sign in to comment.