Skip to content

Commit 65b2367

Browse files
committed
fix: CODECOV_TOKEN (hopefully)
1 parent e86d11f commit 65b2367

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ jobs:
3333

3434
- name: Upload results to Codecov
3535
uses: codecov/codecov-action@v5
36-
with:
37-
token: ${{ secrets.CODECOV_TOKEN }}
36+
env:
37+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
38+

0 commit comments

Comments
 (0)