From 1a33337a11ab35c411f4bffe1c202f2bc3131c58 Mon Sep 17 00:00:00 2001 From: BrucePolygon <153030076+BrucePolygon@users.noreply.github.com> Date: Thu, 28 Nov 2024 02:28:16 +1300 Subject: [PATCH] ci: fix testnet deploy secret (#551) --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e7e1abb1..b6ae09d6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,7 @@ jobs: # Define the instance information. account-id: MIDEN_DEV_ACCOUNT_ID oidcrole: midendev - instance-id: ${{ inputs.network == 'testnet' && 'TESTNET_INSTANCE_TF' || 'DEVNET_INSTANCE_TF' }} + instance-id: ${{ inputs.network == 'testnet' && 'TESTNET_INSTANCE_NEW_TF' || 'DEVNET_INSTANCE_TF' }} # Define the expected package names. node-package: miden-node-${{ inputs.gitref }}-arm64.deb