We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f777754 commit 6ff8154Copy full SHA for 6ff8154
.github/workflows/ci.yml
@@ -18,4 +18,5 @@ jobs:
18
uses: codecov/codecov-action@v5
19
with:
20
verbose: true
21
- use_oidc: true
+ env:
22
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments