Skip to content

Commit

Permalink
Update backend-ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pwei1018 authored Aug 14, 2024
1 parent 095c10d commit df92d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
file: coverage.xml
flags: ${{ inputs.codecov_flag }}
name: codecov-${{ inputs.app_name }}
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ vars.CODECOV_TOKEN }}
fail_ci_if_error: false

verify-build:
Expand Down

0 comments on commit df92d3d

Please sign in to comment.