Skip to content

Commit 50a821e

Browse files
authored
Merge pull request #112 from aofei/CODECOV_TOKEN
ci: fix missing CODECOV_TOKEN for codecov/codecov-action@v4
2 parents 6949ea5 + 8d5a425 commit 50a821e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ jobs:
3636

3737
- name: Codecov
3838
uses: codecov/codecov-action@v4
39+
with:
40+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)