Skip to content

Commit

Permalink
Passing the token
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Aug 16, 2021
1 parent 4e1ce84 commit 2043b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
-e GITHUB_HEAD_REF=$GITHUB_HEAD_REF \
-e GITHUB_RUN_ID=$GITHUB_RUN_ID \
-e GITHUB_SHA=$GITHUB_SHA \
-e CODECOV_TOKEN=CODECOV_TOKEN \
-e CODECOV_TOKEN=$CODECOV_TOKEN \
-v ${PWD}:/mnt -w /mnt -e CI=true ${cntr} \
${{ matrix.cmd }} -e \
'(v <- Sys.getenv("MATNAME"));if (v == "release") covr::codecov(quiet = FALSE)'
Expand Down

0 comments on commit 2043b3a

Please sign in to comment.