Skip to content

Commit 334f87a

Browse files
Le-Caigneczguesmi
andauthored
Update .github/workflows/core-smart-contract-deploy.yml
Co-authored-by: Zied Guesmi <[email protected]>
1 parent a05a38f commit 334f87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/core-smart-contract-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
RPC_URL: ${{ secrets.RPC_URL }}
8080
DEPLOYER_PRIVATE_KEY: ${{ secrets.DEPLOYER_PRIVATE_KEY }}
8181
DATASET_REGISTRY_ADDRESS: ${{ vars.DATASET_REGISTRY_ADDRESS }}
82-
HARDHAT_IGNITION_CONFIRM_DEPLOYMENT: ${{ vars.HARDHAT_IGNITION_CONFIRM_DEPLOYMENT }}
82+
HARDHAT_IGNITION_CONFIRM_DEPLOYMENT: false
8383
run: |
8484
if [ "${{ inputs.network }}" = "hardhat" ]; then
8585
npm run deploy -- --network ${{ inputs.network }}

0 commit comments

Comments
 (0)