Skip to content

Commit 1d14866

Browse files
committed
Remove codecov token
1 parent 8bf0b8d commit 1d14866

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ jobs:
4444
with:
4545
fail_ci_if_error: true # optional (default = false)
4646
files: ./coverage.txt
47-
env:
48-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
49-
47+
5048
- name: Stop dependencies
5149
run: make deps-stop

0 commit comments

Comments
 (0)