Skip to content

Commit

Permalink
CI: Add codecov token under env
Browse files Browse the repository at this point in the history
  • Loading branch information
brycx committed Mar 15, 2024
1 parent 57bde75 commit ef8cd79
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
on:
on:
push:
branches:
- master
Expand Down Expand Up @@ -28,4 +28,5 @@ jobs:
uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
env:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit ef8cd79

Please sign in to comment.