Skip to content

Commit d7fcbfd

Browse files
pbaderia01thomasrockhu
authored andcommitted
Changed param type for token from string to env_var_name (#24)
1 parent 026635e commit d7fcbfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

orb.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ commands:
2020
type: string
2121
default: ""
2222
token:
23-
description: Set the private repository token (defaults to environment variable $CODECOV_TOKEN)
24-
type: string
25-
default: ${CODECOV_TOKEN}
23+
description: Set the private repository token as the value of the variable CODECOV_TOKEN using CircleCI Environment Variables.
24+
type: env_var_name
25+
default: CODECOV_TOKEN
2626
upload_name:
2727
description: Custom defined name of the upload. Visible in Codecov UI
2828
type: string

0 commit comments

Comments
 (0)