We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6bffb9 commit 03364a0Copy full SHA for 03364a0
.github/workflows/reusable-dapp-deploy.yml
@@ -53,6 +53,16 @@ on:
53
description: 'Mailgun API Key'
54
required: true
55
56
+ WEB3MAIL_DAPP_OWNER_PRIVATEKEY:
57
+ description: 'Private key for dapp owner wallet'
58
+ required: true
59
+ RPC_URL:
60
+ description: 'RPC URL for blockchain connection'
61
62
+ WEB3MAIL_WHITELIST_CONTRACT_ADDRESS:
63
+ description: 'Whitelist contract address'
64
65
+
66
jobs:
67
docker-publish:
68
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]
0 commit comments