Skip to content

Commit

Permalink
Merge pull request #4957 from williamfgc/env-codecov-action
Browse files Browse the repository at this point in the history
CODECOV_TOKEN as env
  • Loading branch information
prckent committed Apr 19, 2024
2 parents 365f3ac + 9d4b229 commit 587dcdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-github-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ jobs:
flags: tests-deterministic # optional
name: codecov-QMCPACK # optional
fail_ci_if_error: true # optional (default = false)
token: ${{ secrets.CODECOV_TOKEN }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

macos:
runs-on: macos-13
Expand Down

0 comments on commit 587dcdb

Please sign in to comment.