Skip to content

Commit 1a54951

Browse files
Update parachain-pipeline.yml
1 parent 6a0ef39 commit 1a54951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/parachain-pipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
working-directory: './smart-contract'
3939

4040
- name: Upload Smart contract
41-
run: cargo contract upload --verbose --storage-deposit-limit 1 --url 'wss://rococo-contracts-rpc.polkadot.io' --suri '${{ secrets.BLOCKCHAIN_SEEDS }}'
41+
run: cargo contract upload --verbose --execute --url 'wss://rococo-contracts-rpc.polkadot.io' --suri '${{ secrets.BLOCKCHAIN_SEEDS }}'
4242
working-directory: './smart-contract'
4343

4444
- name: Instantiate Smart contract
45-
run: cargo contract instantiate --verbose --constructor new --args 1 --url 'wss://rococo-contracts-rpc.polkadot.io' --suri '${{ secrets.BLOCKCHAIN_SEEDS }}'
45+
run: cargo contract instantiate --verbose --execute --constructor new --args 1 --url 'wss://rococo-contracts-rpc.polkadot.io' --suri '${{ secrets.BLOCKCHAIN_SEEDS }}'
4646
working-directory: './smart-contract'

0 commit comments

Comments
 (0)