Skip to content

Commit b05ae43

Browse files
committed
use token
1 parent 1e5918f commit b05ae43

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/matlab_test_and_coverage.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,4 @@ jobs:
6868
flags: ${{ matrix.os }}_matlab-${{ matrix.version }}
6969
name: codecov-umbrella # optional
7070
fail_ci_if_error: true # optional (default = false)
71+
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/octave_test_and_coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ jobs:
3333
flags: octave # optional
3434
name: codecov-umbrella # optional
3535
fail_ci_if_error: true # optional (default = false)
36+

0 commit comments

Comments
 (0)