We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa7ea82 + 7ad78f2 commit 79c4103Copy full SHA for 79c4103
.github/workflows/python-package-conda.yml
@@ -77,6 +77,7 @@ jobs:
77
uses: codecov/codecov-action@v4
78
with:
79
verbose: true # optional (default = false)
80
+ token: ${{ secrets.CODECOV_TOKEN }} # required
81
82
distribute:
83
name: Distributing from 3.11
0 commit comments