We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a9ed7 commit cf39267Copy full SHA for cf39267
.github/workflows/deploy-smart-contracts.yml
@@ -64,6 +64,8 @@ jobs:
64
65
- name: Update config.json with ERC1538Proxy address
66
if: inputs.network != 'hardhat'
67
+ env:
68
+ DEPLOYER_PRIVATE_KEY: ${{ secrets.DEPLOYER_PRIVATE_KEY }}
69
run: npx hardhat run scripts/tools/update-config.ts --network ${{ inputs.network }}
70
71
- name: Save deployment artifacts and updated config
0 commit comments