Pass the CodeCov token from the secret to the action (#30219)
This commit is contained in:
parent
d8c4284723
commit
5a3062f723
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test-ruby.yml
vendored
2
.github/workflows/test-ruby.yml
vendored
|
@ -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 a new issue