Skip to content

Commit 241c398

Browse files
authored
Update ci.yml
Fix up missing token
1 parent d8125f3 commit 241c398

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
- name: Submit code coverage
6565
if: success() && matrix.php-version == '8.1'
6666
uses: codecov/codecov-action@v4
67+
with:
68+
token: ${{ secrets.CODECOV_TOKEN }}
6769

6870
cs-stan:
6971
name: Coding Standard & Static Analysis

0 commit comments

Comments
 (0)