Skip to content

Commit

Permalink
Update cluster environment
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Aug 1, 2024
1 parent 3947b20 commit c68f221
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-programs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
type: choice
options:
- devnet
- mainnet-beta
- eclipse
version_program:
description: Version program
required: true
Expand Down Expand Up @@ -102,8 +102,8 @@ jobs:
run: |
if [ "${{ inputs.cluster }}" == "devnet" ]; then
echo RPC=${{ secrets.DEVNET_RPC }} >> $GITHUB_ENV
else
echo RPC=${{ secrets.MAINNET_RPC }} >> $GITHUB_ENV
elif [ "${{ inputs.cluster }}" == "eclipse" ]; then
echo RPC=${{ secrets.ECLIPSE_RPC }} >> $GITHUB_ENV
fi
- name: Determine program version
Expand Down

0 comments on commit c68f221

Please sign in to comment.