Skip to content

Commit c68f221

Browse files
committed
Update cluster environment
1 parent 3947b20 commit c68f221

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-programs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
type: choice
1919
options:
2020
- devnet
21-
- mainnet-beta
21+
- eclipse
2222
version_program:
2323
description: Version program
2424
required: true
@@ -102,8 +102,8 @@ jobs:
102102
run: |
103103
if [ "${{ inputs.cluster }}" == "devnet" ]; then
104104
echo RPC=${{ secrets.DEVNET_RPC }} >> $GITHUB_ENV
105-
else
106-
echo RPC=${{ secrets.MAINNET_RPC }} >> $GITHUB_ENV
105+
elif [ "${{ inputs.cluster }}" == "eclipse" ]; then
106+
echo RPC=${{ secrets.ECLIPSE_RPC }} >> $GITHUB_ENV
107107
fi
108108
109109
- name: Determine program version

0 commit comments

Comments
 (0)