Pass the CodeCov token from the secret to the action (#30219)
parent
d8c4284723
commit
5a3062f723
|
@ -145,6 +145,8 @@ jobs:
|
|||
uses: codecov/codecov-action@v4
|
||||
with:
|
||||
files: coverage/lcov/mastodon.lcov
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
test-e2e:
|
||||
name: End to End testing
|
||||
|
|
Loading…
Reference in New Issue