From b475139a807e5b3db304faf83c7f6f66d998dd11 Mon Sep 17 00:00:00 2001 From: Ricardo Arturo Cabral Mejia Date: Tue, 18 Oct 2022 15:15:05 +0000 Subject: [PATCH] chore: custom github token for coverage reporter --- .github/workflows/checks.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 4cb66d0..4e079eb 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -60,6 +60,7 @@ jobs: container: image: node:18-alpine3.16 needs: [build] + environment: development steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 @@ -72,4 +73,6 @@ jobs: run: npm run cover - uses: romeovs/lcov-reporter-action@v0.2.16 with: - lcov-file: ./.coverage/lcov.info \ No newline at end of file + lcov-file: ./.coverage/lcov.info + delete-old-comments: true + github-token: ${{ secrets.LCOV_REPORTER_GITHUB_TOKEN }} \ No newline at end of file