Skip to content

Commit 3121949

Browse files
targosmarco-ippolito
authored andcommitted
meta: pass Codecov upload token to codecov action
This is required since version 4 of the action (except for pull requests opened from forks). Refs: https://github.com/codecov/codecov-action/blob/e7748388508dfb57a188b1593a92c9ca8d865365/README.md#v4-release PR-URL: #51982 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
1 parent 912145f commit 3121949

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/coverage-linux-without-intl.yml

+1
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,4 @@ jobs:
7171
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
7272
with:
7373
directory: ./coverage
74+
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/coverage-linux.yml

+1
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,4 @@ jobs:
7171
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
7272
with:
7373
directory: ./coverage
74+
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/coverage-windows.yml

+1
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,4 @@ jobs:
7070
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
7171
with:
7272
directory: ./coverage
73+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)