Skip to content

Commit 2c51194

Browse files
committed
Add codecov token
Signed-off-by: Vivek Joshy <8206808+vivekjoshy@users.noreply.github.com>
1 parent 77e8f8b commit 2c51194

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- name: "Upload Coverage to Codecov"
4848
uses: codecov/codecov-action@v3
4949
with:
50+
token: ${{ secrets.CODECOV_TOKEN }}
5051
fail_ci_if_error: ${{ !matrix.experimental }}
5152
cpython-unstable:
5253
if:
@@ -86,6 +87,7 @@ jobs:
8687
- name: "Upload Coverage to Codecov"
8788
uses: codecov/codecov-action@v3
8889
with:
90+
token: ${{ secrets.CODECOV_TOKEN }}
8991
fail_ci_if_error: ${{ !matrix.experimental }}
9092
pypy:
9193
if:
@@ -125,4 +127,5 @@ jobs:
125127
- name: "Upload Coverage to Codecov"
126128
uses: codecov/codecov-action@v3
127129
with:
130+
token: ${{ secrets.CODECOV_TOKEN }}
128131
fail_ci_if_error: ${{ !matrix.experimental }}

0 commit comments

Comments
 (0)