Skip to content

Commit

Permalink
github.token is set by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Mar 7, 2023
1 parent f1e8b69 commit 376a86e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -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 }}
Expand All @@ -42,7 +41,6 @@ jobs:
steps:
- uses: coverallsapp/github-action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true

lint:
Expand Down

0 comments on commit 376a86e

Please sign in to comment.