Skip to content

Commit 2e9d7d2

Browse files
authored
Use token for codecov GH action (#2310)
1 parent b5dab99 commit 2e9d7d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ jobs:
114114
- name: Submit code coverage
115115
if: matrix.php-version == '8.2'
116116
uses: codecov/codecov-action@v4
117+
with:
118+
token: ${{ secrets.CODECOV_TOKEN }}
117119

118120
testsuite-windows:
119121
runs-on: windows-2022
@@ -182,6 +184,8 @@ jobs:
182184
183185
- name: Submit code coverage
184186
uses: codecov/codecov-action@v4
187+
with:
188+
token: ${{ secrets.CODECOV_TOKEN }}
185189

186190
cs-stan:
187191
name: Coding Standard & Static Analysis

0 commit comments

Comments
 (0)