Skip to content

Commit

Permalink
fix: added codecov api token
Browse files Browse the repository at this point in the history
  • Loading branch information
Aegean09 committed May 3, 2024
1 parent 5836ecb commit b79a7a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/betapublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
name: react-carousel-codecov
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODE_COV_API_TOKEN }}
- name: Build
run: npm run build
- name: Publish
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/prchecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
name: react-carousel-codecov
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODE_COV_API_TOKEN }}
lint:
runs-on: ubuntu-latest
permissions:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
name: react-carousel-codecov
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODE_COV_API_TOKEN }}
- name: Build
run: npm run build
- name: Publish
Expand Down

0 comments on commit b79a7a6

Please sign in to comment.