Skip to content

Commit 8bb939c

Browse files
author
Joe Bowman
authored
remove token from codecov upload; not required for public repo (#1192)
1 parent ac8c170 commit 8bb939c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/buildtest.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ jobs:
104104
- name: Upload coverage reports to Codecov with GitHub Action
105105
uses: codecov/codecov-action@v4
106106
with:
107-
token: ${{ secrets.CODECOV_TOKEN }} # needed for private repo
108107
files: ./coverage.txt
109108
flags: unittests
110109
fail_ci_if_error: true

0 commit comments

Comments
 (0)