Skip to content

Commit

Permalink
fix: env (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
sysulq authored Nov 7, 2024
1 parent 165c517 commit ed4c121
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ jobs:
- name: Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
token: ${{secrets.CODECOV_TOKEN}}
fail_ci_if_error: true
files: ./test/e2e/coverage.txt
name: jupiter-e2e
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ jobs:
- name: Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
token: ${{secrets.CODECOV_TOKEN}}
fail_ci_if_error: true
files: ./coverage.txt
name: jupiter
Expand Down

0 comments on commit ed4c121

Please sign in to comment.