We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e86d11f commit 65b2367Copy full SHA for 65b2367
.github/workflows/test.yml
@@ -33,5 +33,6 @@ jobs:
33
34
- name: Upload results to Codecov
35
uses: codecov/codecov-action@v5
36
- with:
37
- token: ${{ secrets.CODECOV_TOKEN }}
+ env:
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
38
+
0 commit comments