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 887f97a commit cfd9547Copy full SHA for cfd9547
.github/workflows/dapp-release.yml
@@ -105,6 +105,7 @@ jobs:
105
MJ_SENDER: ${{ secrets.MAILJET_SENDER }}
106
MAILGUN_APIKEY: ${{ secrets.MAILGUN_APIKEY }}
107
WEB3MAIL_WHITELISTED_APPS: ${{ vars.WEB3MAIL_WHITELISTED_APPS }}
108
+ RPC_URL: ${{ secrets.RPC_URL }}
109
run: |
110
cd deployment-dapp
111
npm run push-dapp-secret
@@ -114,6 +115,7 @@ jobs:
114
115
WALLET_PRIVATE_KEY: ${{ secrets.WEB3MAIL_DAPP_OWNER_PRIVATEKEY }}
116
PRICE: ${{ vars.SELL_ORDER_PRICE }}
117
VOLUME: ${{ vars.SELL_ORDER_VOLUME }}
118
119
120
121
npm run publish-sell-order
0 commit comments