Skip to content

Commit a1a98c4

Browse files
alexghrspypsy
authored andcommitted
chore: pass cluster parameter
1 parent fc11fd7 commit a1a98c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-network.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@ jobs:
137137
./scripts/install_deps.sh
138138
./scripts/network_deploy.sh "${{ inputs.network }}"
139139
140+
if [ -n "$CLUSTER" ]; then
141+
echo "CLUSTER=$CLUSTER" >> $GITHUB_OUTPUT
142+
fi
143+
140144
- name: Notify Slack on failure
141145
if: failure()
142146
env:
@@ -163,3 +167,4 @@ jobs:
163167
with:
164168
network: testnet
165169
l1_network: sepolia
170+
cluster: ${{ env.CLUSTER }}

0 commit comments

Comments
 (0)