From 376a86ea495fa42a1a8a4e779f7e481519e08a99 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Wed, 1 Mar 2023 07:23:57 -0500 Subject: [PATCH] github.token is set by default Refs https://github.com/coverallsapp/github-action/pull/152 --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 081ac7de..e18e1762 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,6 @@ jobs: - run: deno coverage cov_profile --lcov --output=cov_profile.lcov - uses: coverallsapp/github-action@v1 with: - github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: cov_profile.lcov parallel: true flag-name: ${{ matrix.os }} @@ -42,7 +41,6 @@ jobs: steps: - uses: coverallsapp/github-action@v1 with: - github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true lint: