Skip to content

Commit 963d5a7

Browse files
authored
fix(cd): deployer-address should be a var not an input (#44)
1 parent 0dda7fa commit 963d5a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ 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 }}
57+
deployer-address: ${{ vars.HOLESKY_DEPLOYER_ADDRESS }}
5858
secrets:
5959
aws-deployer-role: ${{ secrets.AWS_DEPLOYER_ROLE }}
6060
kms-key-id: ${{ secrets.HOLESKY_DEPLOYER_KEY_ID }}
6161
rpc-url: ${{ secrets.HOLESKY_RPC_URL }}
62-
etherscan-api-key: ${{ secrets.ETHERSCAN_API_KEY }}
62+
etherscan-api-key: ${{ secrets.ETHERSCAN_API_KEY }}

0 commit comments

Comments
 (0)