diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34592059..cae9487f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,8 @@ jobs: uses: ./.github/workflows/wc_build.yml with: matrix_filter: "[]" - secrets: inherit + secrets: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # CHECK MDOC IS OK check_mdoc: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b1fff24..b2f60110 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,8 @@ jobs: uses: ./.github/workflows/wc_build.yml with: matrix_filter: "[?isRelease==`release`]" - secrets: inherit + secrets: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # PUBLISH JARS AT MAVEN CENTRAL matrix_prep: