diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 499e4c59fba79..c4dbc86eb2722 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -272,6 +272,7 @@ jobs: name: "Static checks, mypy, docs" needs: [build-info, wait-for-ci-images] uses: ./.github/workflows/static-checks-mypy-docs.yml + secrets: inherit with: runs-on: ${{ needs.build-info.outputs.runs-on }} image-tag: ${{ needs.build-info.outputs.image-tag }}