Skip to content

Commit 828905c

Browse files
authored
Merge pull request #30 from init4tech/swanny/fix-cd
fix(cd): adding params for deployment
2 parents 331f59c + c1f19b0 commit 828905c

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)