Skip to content

Commit

Permalink
fix(ci): adding codecov token (#28277)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas authored Apr 30, 2024
1 parent c641bbf commit 3cc8434
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 @@ -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 }}

0 comments on commit 3cc8434

Please sign in to comment.