diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ddac45696f..93def78a24 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,6 +52,8 @@ jobs: go_version: "1.22" core_cache_key: ${{ needs.core.outputs.cache_key }} core_cache_path: ${{ needs.core.outputs.cache_path }} + secrets: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} lint: needs: [core, console] diff --git a/.github/workflows/core-test.yml b/.github/workflows/core-test.yml index 4a27c07404..4d8d978b60 100644 --- a/.github/workflows/core-test.yml +++ b/.github/workflows/core-test.yml @@ -12,6 +12,9 @@ on: core_cache_path: required: true type: string + secrets: + CODECOV_TOKEN: + required: true jobs: postgres: