Skip to content

Commit

Permalink
Will also pass codecov token as env (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
raivisdejus authored Jun 7, 2024
1 parent c664221 commit 5904f84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ jobs:
with:
flags: ${{ runner.os }}
token: ${{ secrets.CODECOV_TOKEN }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

build:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 5904f84

Please sign in to comment.