Skip to content

Commit bab95cc

Browse files
committed
Use token
1 parent 445d928 commit bab95cc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,12 @@ jobs:
105105
verbose: true
106106
use_oidc: true
107107
fail_ci_if_error: true
108-
use_legacy_upload_endpoint: true
108+
token: ${{ secrets.CODECOV_TOKEN }}
109109
files: coverage.out
110110
- name: Upload coverage report to Codecov (Tokenless)
111111
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository
112112
uses: codecov/codecov-action@v5
113113
with:
114114
verbose: true
115115
fail_ci_if_error: true
116-
use_legacy_upload_endpoint: true
117116
files: coverage.out

0 commit comments

Comments
 (0)