From 05911bc24bba07b299233e1901d17ad18a766292 Mon Sep 17 00:00:00 2001 From: Pi Lanningham Date: Tue, 10 Dec 2024 04:02:11 -0500 Subject: [PATCH] Update global.yml --- .github/workflows/global.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/global.yml b/.github/workflows/global.yml index 2ee7806..53db622 100644 --- a/.github/workflows/global.yml +++ b/.github/workflows/global.yml @@ -18,9 +18,9 @@ jobs: env: TF_VAR_eks_cluster_arn: arn:aws:eks:us-east-1:509399595051:cluster/hydra-doom-dev-cluster TF_VAR_ssl_cert_arn: arn:aws:acm:us-east-1:509399595051:certificate/6ab8319d-1dec-494f-b71c-3a4132e42a5e - TF_VAR_discord_bot_image: "ghcr.io/cardano-scaling/doom-matchmaking-bot:2705da4f8158176acb630b3cf89098f517ecdae6" + TF_VAR_discord_bot_image: "ghcr.io/cardano-scaling/doom-matchmaking-bot:46ef5da8653a4c50a3e6694c690182a4c8a44b78" TF_VAR_discord_bot_owner_id: 128987369285222400 - TF_VAR_discord_bot_channel_id: 1315189587064131664 + TF_VAR_discord_bot_channel_id: 1315965992513572905 TF_VAR_discord_bot_admin_role_id: 1315146910247686196 TF_VAR_discord_bot_token: ${{ secrets.DISCORD_BOT_TOKEN }}