Skip to content

Commit 79c4103

Browse files
authored
Merge pull request #15 from jcapriot/codecov_token_upload
Provide token to codecov uploader
2 parents aa7ea82 + 7ad78f2 commit 79c4103

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)