Skip to content

Commit 670745a

Browse files
committed
update CI set CODECOV_TOKEN
1 parent dac5212 commit 670745a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ jobs:
106106
- name: Submit code coverage
107107
if: matrix.coverage == 'coverage'
108108
uses: codecov/codecov-action@v4
109+
with:
110+
token: ${{ secrets.CODECOV_TOKEN }}
109111

110112
cs-stan:
111113
name: Coding Standard & Static Analysis

0 commit comments

Comments
 (0)