Skip to content

Commit b79a7a6

Browse files
committed
fix: added codecov api token
1 parent 5836ecb commit b79a7a6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/betapublish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
name: react-carousel-codecov
2626
fail_ci_if_error: true
2727
verbose: true
28+
token: ${{ secrets.CODE_COV_API_TOKEN }}
2829
- name: Build
2930
run: npm run build
3031
- name: Publish

.github/workflows/prchecks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
name: react-carousel-codecov
3030
fail_ci_if_error: true
3131
verbose: true
32+
token: ${{ secrets.CODE_COV_API_TOKEN }}
3233
lint:
3334
runs-on: ubuntu-latest
3435
permissions:

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
name: react-carousel-codecov
2626
fail_ci_if_error: true
2727
verbose: true
28+
token: ${{ secrets.CODE_COV_API_TOKEN }}
2829
- name: Build
2930
run: npm run build
3031
- name: Publish

0 commit comments

Comments
 (0)