diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index b7fd9f4b69..e3e3bb2259 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -75,7 +75,7 @@ jobs: # if: matrix.os == 'ubuntu-latest' && github.event_name == 'pull_request' && steps.cache-gui-fe-build.outputs.cache-hit != 'true' uses: artiomtr/jest-coverage-report-action@v2.3.0 with: - github-token: ${{ secrets.GITHUB_TOKEN }} + #github-token: ${{ secrets.GITHUB_TOKEN }} threshold: "80" working-directory: "./frontend/taipy-gui" skip-step: install