From f3073d8b33dc645da646962983f887505e1aef6e Mon Sep 17 00:00:00 2001 From: Egor_P Date: Thu, 7 Dec 2023 12:44:01 +0100 Subject: [PATCH] Fix failing rc-automation GHA (#2648) This PR adds missing `environment: release` parameter to the `rc-automation ` GHA --- .github/workflows/release-10_rc-automation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-10_rc-automation.yml b/.github/workflows/release-10_rc-automation.yml index f26f6b6e11..7231a8b758 100644 --- a/.github/workflows/release-10_rc-automation.yml +++ b/.github/workflows/release-10_rc-automation.yml @@ -17,6 +17,7 @@ jobs: channel: - name: "RelEng: Polkadot Release Coordination" room: '!cqAmzdIcbOFwrdrubV:parity.io' + environment: release steps: - name: Checkout sources