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 92bf488 commit 847a669Copy full SHA for 847a669
.github/workflows/dapp-deploy.yml
@@ -137,6 +137,7 @@ jobs:
137
- name: Add resource to whitelist
138
env:
139
CONTRACT_ADDRESS: ${{ secrets.WEB3MAIL_WHITELIST_CONTRACT_ADDRESS }}
140
+ WALLET_PRIVATE_KEY: ${{ secrets.WEB3MAIL_DAPP_OWNER_PRIVATEKEY }}
141
run: |
142
cd node_modules/whitelist-smart-contract
143
export ADDRESS_TO_ADD=$(cat ../../deployment-dapp/.app-address) && npm run addResourceToWhitelist
0 commit comments