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 4e41615 commit 7840afb
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 @@ -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 }}

0 comments on commit 7840afb

Please sign in to comment.