From 16c20c9279d3a03088c702709eac18030f57809d Mon Sep 17 00:00:00 2001 From: max furman Date: Thu, 15 Apr 2021 15:43:12 -0700 Subject: [PATCH] [action] codecov token not needed for public repos --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 68349653..9c73cfbd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -60,7 +60,6 @@ jobs: name: Codecov uses: codecov/codecov-action@v1.2.1 with: - token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos file: ./coverage.out # optional name: codecov-umbrella # optional fail_ci_if_error: true # optional (default = false)