Skip to content

Commit dafaf53

Browse files
Update pipeline Build example-python
1 parent 7777ca0 commit dafaf53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.harness/pipelines/example-python-1782243273911.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pipeline:
4848
shell: Sh
4949
command: codecovcli --verbose do-upload -t ${CODECOV_TOKEN} --fail-on-error
5050
envVariables:
51-
CODECOV_TOKEN: <+secrets.getValue("CODECOV_TOKEN")>
51+
CODECOV_TOKEN: <+secrets.getValue("Codecov_Upload_Token")>
5252
- step:
5353
type: Run
5454
name: Upload coverage to Codecov -- env token
@@ -57,7 +57,7 @@ pipeline:
5757
shell: Sh
5858
command: codecovcli --verbose do-upload --fail-on-error
5959
envVariables:
60-
CODECOV_TOKEN: <+secrets.getValue("CODECOV_TOKEN")>
60+
CODECOV_TOKEN: <+secrets.getValue("Codecov_Upload_Token")>
6161
platform:
6262
os: Linux
6363
arch: Amd64

0 commit comments

Comments
 (0)