From a4492426cbcfaa91ad38e2fc606c0e7577a60a05 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Wed, 17 Jan 2024 13:56:18 -0800 Subject: [PATCH] chore(test): try to run without token --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fe47ed1..06aeeca8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,5 +27,3 @@ jobs: with: flags: smart-tests verbose: true - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}