From b0d8f864499df38c48218b453c78b8f0aeba1994 Mon Sep 17 00:00:00 2001 From: Chevdor Date: Wed, 1 Dec 2021 16:06:57 +0100 Subject: [PATCH] Backport: Fix secret used to send announcements (#822) * Fix secret used to send announcements * Fix secret --- .github/workflows/release-01_rc-automation.yml | 2 +- .github/workflows/release-02_create-draft.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-01_rc-automation.yml b/.github/workflows/release-01_rc-automation.yml index a05f0c8956..138c950df3 100644 --- a/.github/workflows/release-01_rc-automation.yml +++ b/.github/workflows/release-01_rc-automation.yml @@ -55,7 +55,7 @@ jobs: uses: s3krit/matrix-message-action@v0.0.3 if: steps.create-issue.outputs.url != '' with: - room_id: ${{ secrets.INTERNAL_POLKADOT_MATRIX_ROOM_ID }} + room_id: ${{ secrets.INTERNAL_CUMULUS_MATRIX_ROOM_ID }} access_token: ${{ secrets.MATRIX_ACCESS_TOKEN }} server: "matrix.parity.io" message: | diff --git a/.github/workflows/release-02_create-draft.yml b/.github/workflows/release-02_create-draft.yml index 21d678ce43..f6799c4fd1 100644 --- a/.github/workflows/release-02_create-draft.yml +++ b/.github/workflows/release-02_create-draft.yml @@ -195,7 +195,7 @@ jobs: - name: Internal polkadot channel uses: s3krit/matrix-message-action@v0.0.3 with: - room_id: ${{ secrets.INTERNAL_POLKADOT_MATRIX_ROOM_ID }} + room_id: ${{ secrets.INTERNAL_CUMULUS_MATRIX_ROOM_ID }} access_token: ${{ secrets.MATRIX_ACCESS_TOKEN }} message: | **New draft for ${{ github.repository }}**: ${{ github.ref }}