From 7840afb7fcbc980dbdaa509701d29b69da62b7a7 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Tue, 30 Apr 2024 14:23:35 -0600 Subject: [PATCH] fix(ci): adding codecov token (#28277) (cherry picked from commit 3cc8434c5adc224047e77e0b010c1c7d493b4dd0) --- .github/workflows/superset-frontend.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/superset-frontend.yml b/.github/workflows/superset-frontend.yml index 35e1a989a4179..21c5f19b3071a 100644 --- a/.github/workflows/superset-frontend.yml +++ b/.github/workflows/superset-frontend.yml @@ -69,3 +69,5 @@ jobs: if: steps.check.outcome == 'failure' working-directory: ./superset-frontend run: ../.github/workflows/codecov.sh -c -F javascript + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}