Skip to content

Commit 4efb727

Browse files
committed
fix(ci): adding parameter to specify the forge script name
1 parent 5c4771f commit 4efb727

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
with:
4646
network: ${{ github.event.inputs.network }}
4747
environment: ${{ github.event.inputs.environment }}
48+
forge-deployment-script: "DeployZenith"
4849
secrets:
4950
aws-deployer-role: ${{ secrets.AWS_DEPLOYER_ROLE }}
5051
holesky-kms-key-id: ${{ secrets.HOLESKY_DEPLOYER_KEY_ID }}

0 commit comments

Comments
 (0)