We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dda7fa commit 963d5a7Copy full SHA for 963d5a7
.github/workflows/cd.yml
@@ -54,9 +54,9 @@ jobs:
54
forge-deployment-params: "17001 0x11Aa4EBFbf7a481617c719a2Df028c9DA1a219aa 0x29403F107781ea45Bf93710abf8df13F67f2008f"
55
etherscan-url: https://holesky.etherscan.io
56
chain-id: 17000
57
- deployer-address: ${{ inputs.HOLESKY_DEPLOYER_ADDRESS }}
+ deployer-address: ${{ vars.HOLESKY_DEPLOYER_ADDRESS }}
58
secrets:
59
aws-deployer-role: ${{ secrets.AWS_DEPLOYER_ROLE }}
60
kms-key-id: ${{ secrets.HOLESKY_DEPLOYER_KEY_ID }}
61
rpc-url: ${{ secrets.HOLESKY_RPC_URL }}
62
- etherscan-api-key: ${{ secrets.ETHERSCAN_API_KEY }}
+ etherscan-api-key: ${{ secrets.ETHERSCAN_API_KEY }}
0 commit comments