Skip to content

Commit

Permalink
ci: add token to codecov github action
Browse files Browse the repository at this point in the history
  • Loading branch information
goveo committed Apr 15, 2024
1 parent 275a55e commit e982717
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
with:
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Publish npm package
uses: cycjimmy/semantic-release-action@v3
Expand Down

0 comments on commit e982717

Please sign in to comment.