Skip to content

Commit

Permalink
fix: add CODECOV_TOKEN on env for ci-flow action
Browse files Browse the repository at this point in the history
  • Loading branch information
enmand committed May 27, 2024
1 parent e425d0e commit dad42c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
uses: actions-rs/cargo@v1
env:
CARGO_MAKE_RUN_CODECOV: true
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
super_secret: ${{ secrets.CODECOV_TOKEN }}
command: make
args: --no-workspace workspace-ci-flow
toolchain: stable
Expand Down

0 comments on commit dad42c4

Please sign in to comment.