diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index ae0cfb51863..ae650d3052a 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -62,6 +62,7 @@ jobs: build_python: name: Build PyPi package + environment: ${{ needs.init.outputs.channel }} needs: ["init", "build_base"] runs-on: ubuntu-latest if: github.repository_owner == 'home-assistant' && needs.init.outputs.publish == 'true' @@ -299,6 +300,7 @@ jobs: publish_ha: name: Publish version files + environment: ${{ needs.init.outputs.channel }} if: github.repository_owner == 'home-assistant' needs: ["init", "build_machine"] runs-on: ubuntu-latest @@ -332,6 +334,7 @@ jobs: publish_container: name: Publish meta container for ${{ matrix.registry }} + environment: ${{ needs.init.outputs.channel }} if: github.repository_owner == 'home-assistant' needs: ["init", "build_base"] runs-on: ubuntu-latest