Skip to content

Commit c1f19b0

Browse files
committed
fix(cd): adding params for deployment
1 parent 331f59c commit c1f19b0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@ jobs:
4848
with:
4949
network: holesky
5050
environment: dev
51-
forge-deployment-contract: DeployZenith
51+
forge-deployment-contract: ZenithScript
5252
forge-deployment-script-file: Zenith.s.sol
53-
forge-deployment-signature: "run()"
53+
forge-deployment-signature: "deploy"
54+
forge-deployment-params: ${{ vars.FORGE_DEPLOYMENT_PARAMS }}
5455
etherscan-url: https://holesky.etherscan.io
5556
chain-id: 17000
5657
secrets:

0 commit comments

Comments
 (0)