Skip to content

Commit

Permalink
fix(ci): adding codecov token (#28277)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3cc8434)
  • Loading branch information
rusackas authored and michael-s-molina committed May 1, 2024
1 parent aef6564 commit 453f747
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/superset-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,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 }}

0 comments on commit 453f747

Please sign in to comment.