diff --git a/.github/actions/coverage/action.yml b/.github/actions/coverage/action.yml index 9eaf7f0393..427e1818af 100644 --- a/.github/actions/coverage/action.yml +++ b/.github/actions/coverage/action.yml @@ -29,6 +29,7 @@ runs: with: name: ${{ inputs.coverage != '' }} files: ./${{ inputs.directory }}/coverage/lcov.info + token: ${{ secrets.CODECOV_TOKEN }} - uses: VeryGoodOpenSource/very_good_coverage@c953fca3e24a915e111cc6f55f03f756dcb3964c # pin@v3.0.0 if: ${{ inputs.coverage != '' }} diff --git a/.github/workflows/drift.yml b/.github/workflows/drift.yml index 075cdacddf..a1aa8ac4bd 100644 --- a/.github/workflows/drift.yml +++ b/.github/workflows/drift.yml @@ -102,6 +102,7 @@ jobs: name: sentry_drift file: ./drift/coverage/lcov.info functionalities: "search" # remove after https://github.com/codecov/codecov-action/issues/600 + token: ${{ secrets.CODECOV_TOKEN }} - uses: VeryGoodOpenSource/very_good_coverage@c953fca3e24a915e111cc6f55f03f756dcb3964c # pin@v3.0.0 if: runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux' diff --git a/.github/workflows/isar.yml b/.github/workflows/isar.yml index b1237202c8..06d5b18c8e 100644 --- a/.github/workflows/isar.yml +++ b/.github/workflows/isar.yml @@ -102,6 +102,7 @@ jobs: name: sentry_isar file: ./isar/coverage/lcov.info functionalities: "search" # remove after https://github.com/codecov/codecov-action/issues/600 + token: ${{ secrets.CODECOV_TOKEN }} - uses: VeryGoodOpenSource/very_good_coverage@c953fca3e24a915e111cc6f55f03f756dcb3964c # pin@v3.0.0 if: runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux' diff --git a/.github/workflows/sqflite.yml b/.github/workflows/sqflite.yml index 7515d9d4b1..feac37bd80 100644 --- a/.github/workflows/sqflite.yml +++ b/.github/workflows/sqflite.yml @@ -102,6 +102,7 @@ jobs: name: sentry_sqflite file: ./sqflite/coverage/lcov.info functionalities: "search" # remove after https://github.com/codecov/codecov-action/issues/600 + token: ${{ secrets.CODECOV_TOKEN }} - uses: VeryGoodOpenSource/very_good_coverage@c953fca3e24a915e111cc6f55f03f756dcb3964c # pin@v3.0.0 if: runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux'