diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 956da57..71e7111 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -138,5 +138,6 @@ jobs: if: matrix.build_type == 'Debug' uses: codecov/codecov-action@v2 with: + token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true verbose: true diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 9e52c87..fbda895 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -83,5 +83,6 @@ jobs: if: matrix.build_type == 'Debug' uses: codecov/codecov-action@v2 with: + token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true verbose: true diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 7578dee..fbf7ca1 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -158,5 +158,6 @@ jobs: if: matrix.build_type == 'Debug' uses: codecov/codecov-action@v2 with: + token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true verbose: true