Skip to content

Commit

Permalink
Merge pull request #75 from aofei/CODECOV_TOKEN
Browse files Browse the repository at this point in the history
ci: fix missing CODECOV_TOKEN for codecov/codecov-action@v4
  • Loading branch information
xushiwei committed Mar 19, 2024
2 parents 59522d2 + a37eb82 commit c30144e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ jobs:

- name: Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit c30144e

Please sign in to comment.