Skip to content

Commit

Permalink
ci: fix testnet deploy secret (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrucePolygon authored Nov 27, 2024
1 parent e21b084 commit 1a33337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a33337

Please sign in to comment.