Skip to content

Commit 6b10358

Browse files
committed
Use codecov token to upload
1 parent e0f5df9 commit 6b10358

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858

5959
- name: Coverage
6060
uses: codecov/codecov-action@v3
61+
with:
62+
token: ${{ secrets.CODECOV_TOKEN }}
6163

6264
deploy:
6365
# this will run when you have tagged a commit, starting with "v*"

0 commit comments

Comments
 (0)