This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 3cc8434c5a fix(ci): adding codecov token (#28277)
3cc8434c5a is described below
commit 3cc8434c5adc224047e77e0b010c1c7d493b4dd0
Author: Evan Rusackas <[email protected]>
AuthorDate: Tue Apr 30 14:23:35 2024 -0600
fix(ci): adding codecov token (#28277)
---
.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 }}