Skip to content

Commit

Permalink
fix(cd): deployer-address should be a var not an input (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
rswanson authored Jun 10, 2024
1 parent 0dda7fa commit 963d5a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
forge-deployment-params: "17001 0x11Aa4EBFbf7a481617c719a2Df028c9DA1a219aa 0x29403F107781ea45Bf93710abf8df13F67f2008f"
etherscan-url: https://holesky.etherscan.io
chain-id: 17000
deployer-address: ${{ inputs.HOLESKY_DEPLOYER_ADDRESS }}
deployer-address: ${{ vars.HOLESKY_DEPLOYER_ADDRESS }}
secrets:
aws-deployer-role: ${{ secrets.AWS_DEPLOYER_ROLE }}
kms-key-id: ${{ secrets.HOLESKY_DEPLOYER_KEY_ID }}
rpc-url: ${{ secrets.HOLESKY_RPC_URL }}
etherscan-api-key: ${{ secrets.ETHERSCAN_API_KEY }}
etherscan-api-key: ${{ secrets.ETHERSCAN_API_KEY }}

0 comments on commit 963d5a7

Please sign in to comment.