Skip to content

Commit 6ff8154

Browse files
Update .github/workflows/ci.yml
1 parent f777754 commit 6ff8154

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ jobs:
1818
uses: codecov/codecov-action@v5
1919
with:
2020
verbose: true
21-
use_oidc: true
21+
env:
22+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)