mirror of https://github.com/databricks/cli.git
Added token for codecov action
This commit is contained in:
parent
383d580917
commit
c9cefbb5f0
|
@ -57,6 +57,8 @@ jobs:
|
|||
|
||||
- name: Publish test coverage
|
||||
uses: codecov/codecov-action@v4
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
fmt:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue