Skip to content

Commit 72cac64

Browse files
authored
fix(cd): updating solidity workflow to use the --sender param (#40)
1 parent 0c1fda8 commit 72cac64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cd.yml

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
forge-deployment-params: "17001 0x11Aa4EBFbf7a481617c719a2Df028c9DA1a219aa 0x29403F107781ea45Bf93710abf8df13F67f2008f"
5555
etherscan-url: https://holesky.etherscan.io
5656
chain-id: 17000
57+
deployer-address: ${{ inputs.HOLESKY_DEPLOYER_ADDRESS }}
5758
secrets:
5859
aws-deployer-role: ${{ secrets.AWS_DEPLOYER_ROLE }}
5960
kms-key-id: ${{ secrets.HOLESKY_DEPLOYER_KEY_ID }}

0 commit comments

Comments
 (0)