Skip to content

Commit f408403

Browse files
committed
ci: use env variable
1 parent 56efef5 commit f408403

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,6 @@ jobs:
5858
- name: Upload coverage to Codecov
5959
uses: codecov/codecov-action@v4
6060
with:
61-
token: ${{ secrets.CODECOV_TOKEN }}
6261
fail_ci_if_error: true
62+
env:
63+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)