Skip to content

Commit 7ad78f2

Browse files
committed
provide token to codecov uploader
1 parent aa7ea82 commit 7ad78f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-package-conda.yml

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
uses: codecov/codecov-action@v4
7878
with:
7979
verbose: true # optional (default = false)
80+
token: ${{ secrets.CODECOV_TOKEN }} # required
8081

8182
distribute:
8283
name: Distributing from 3.11

0 commit comments

Comments
 (0)