summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenaud Chaput <renchap@gmail.com>2024-05-10 10:00:02 +0200
committerGitHub <noreply@github.com>2024-05-10 08:00:02 +0000
commit5a3062f723abefe4ec49898256e1d81b01fbf6f4 (patch)
tree0a606263d43ea887e194f738b31e7e45bdfbb121
parentd8c428472356abd70aaf1f514b99114464ee7f61 (diff)
Pass the CodeCov token from the secret to the action (#30219)
-rw-r--r--.github/workflows/test-ruby.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test-ruby.yml b/.github/workflows/test-ruby.yml
index b28f5261c2e..84b90757083 100644
--- a/.github/workflows/test-ruby.yml
+++ b/.github/workflows/test-ruby.yml
@@ -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