This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch fix-codecov
in repository https://gitbox.apache.org/repos/asf/superset.git

commit b4b47b2c2b2ab906a20d818ae536ec36300201cc
Author: Evan Rusackas <[email protected]>
AuthorDate: Tue Apr 30 12:54:44 2024 -0600

    fix(ci): adding codecov token
---
 .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 016c082a60..fe373a7c05 100644
--- a/.github/workflows/superset-frontend.yml
+++ b/.github/workflows/superset-frontend.yml
@@ -82,3 +82,5 @@ jobs:
         if: steps.check.outputs.frontend
         working-directory: ./superset-frontend
         run: ../.github/workflows/codecov.sh -c -F javascript
+        env:
+          CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Reply via email to