Skip to content

Commit cf39267

Browse files
committed
Fix CI
1 parent f2a9ed7 commit cf39267

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-smart-contracts.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464

6565
- name: Update config.json with ERC1538Proxy address
6666
if: inputs.network != 'hardhat'
67+
env:
68+
DEPLOYER_PRIVATE_KEY: ${{ secrets.DEPLOYER_PRIVATE_KEY }}
6769
run: npx hardhat run scripts/tools/update-config.ts --network ${{ inputs.network }}
6870

6971
- name: Save deployment artifacts and updated config

0 commit comments

Comments
 (0)