Skip to content

Commit 36facf1

Browse files
committed
ci: pass codecov token through env vars
1 parent 295eb44 commit 36facf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434

3535
- name: Upload coverage report
3636
uses: codecov/codecov-action@v5
37-
with:
37+
env:
3838
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)