Skip to content

Commit f956dca

Browse files
hotfix: change envs to environment to pull token
1 parent f6d404b commit f956dca

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codecov-circleci-orb",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "Codecov CircleCI Orb",
55
"main": "index.js",
66
"devDependencies": {

src/commands/upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,5 +235,5 @@ steps:
235235
- run:
236236
name: (Codecov) Run CLI command
237237
command: <<include(dist/run_command.sh)>>
238-
envs:
238+
environment:
239239
CODECOV_TOKEN_VAR: << parameters.token >>

0 commit comments

Comments
 (0)