Skip to content

Commit 331f59c

Browse files
committed
fix(cd): updating param names after refactor
1 parent 7e2f876 commit 331f59c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cd.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ jobs:
5151
forge-deployment-contract: DeployZenith
5252
forge-deployment-script-file: Zenith.s.sol
5353
forge-deployment-signature: "run()"
54+
etherscan-url: https://holesky.etherscan.io
5455
chain-id: 17000
5556
secrets:
5657
aws-deployer-role: ${{ secrets.AWS_DEPLOYER_ROLE }}
57-
holesky-kms-key-id: ${{ secrets.HOLESKY_DEPLOYER_KEY_ID }}
58-
holesky-rpc-url: ${{ secrets.HOLESKY_RPC_URL }}
58+
kms-key-id: ${{ secrets.HOLESKY_DEPLOYER_KEY_ID }}
59+
rpc-url: ${{ secrets.HOLESKY_RPC_URL }}
5960
etherscan-api-key: ${{ secrets.ETHERSCAN_API_KEY }}

0 commit comments

Comments
 (0)