From 53eff065e4432660270fc522e414c93a8af3607f Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 24 Jun 2025 14:53:11 +0100 Subject: [PATCH] Update the public room ID (#30191) It got upgraded at some point but not changed here --- .github/workflows/update-topics.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-topics.yaml b/.github/workflows/update-topics.yaml index 5ee9f2b608..745980b45a 100644 --- a/.github/workflows/update-topics.yaml +++ b/.github/workflows/update-topics.yaml @@ -26,7 +26,7 @@ jobs: env: HS_URL: ${{ secrets.BETABOT_HS_URL }} LOBBY_ROOM_ID: ${{ secrets.ROOM_ID }} - PUBLIC_ROOM_ID: "!YTvKGNlinIzlkMTVRl:matrix.org" + PUBLIC_ROOM_ID: "!IemiTbwVankHTFiEoh:matrix.org" ANNOUNCEMENT_ROOM_ID: "!bijaLdadorKgNGtHdA:matrix.org" TOKEN: ${{ secrets.BETABOT_ACCESS_TOKEN }} RELEASE_STATUS: "Release status: ${{ inputs.expected_status }} expected ${{ inputs.expected_date }}"