We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5836ecb commit b79a7a6Copy full SHA for b79a7a6
.github/workflows/betapublish.yml
@@ -25,6 +25,7 @@ jobs:
25
name: react-carousel-codecov
26
fail_ci_if_error: true
27
verbose: true
28
+ token: ${{ secrets.CODE_COV_API_TOKEN }}
29
- name: Build
30
run: npm run build
31
- name: Publish
.github/workflows/prchecks.yml
@@ -29,6 +29,7 @@ jobs:
32
33
lint:
34
runs-on: ubuntu-latest
35
permissions:
.github/workflows/publish.yml
0 commit comments