Skip to content

Commit b897aaa

Browse files
authored
chore: pass cluster parameter (#18154)
Update deployment workflow to pass the new `cluster` parameter to `deploy-irm`.
2 parents bd31f77 + 8ca8361 commit b897aaa

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
@@ -138,6 +138,10 @@ jobs:
138138
./scripts/install_deps.sh
139139
./scripts/network_deploy.sh "${{ inputs.network }}"
140140
141+
if [ -n "$CLUSTER" ]; then
142+
echo "CLUSTER=$CLUSTER" >> $GITHUB_OUTPUT
143+
fi
144+
141145
- name: Notify Slack on failure
142146
if: failure()
143147
env:
@@ -164,3 +168,4 @@ jobs:
164168
with:
165169
network: testnet
166170
l1_network: sepolia
171+
cluster: ${{ env.CLUSTER }}

0 commit comments

Comments
 (0)