Skip to content

Commit 847a669

Browse files
chore(ci): add WALLET_PRIVATE_KEY to add resource to whitelist step in deploy-dapp job
1 parent 92bf488 commit 847a669

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dapp-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ jobs:
137137
- name: Add resource to whitelist
138138
env:
139139
CONTRACT_ADDRESS: ${{ secrets.WEB3MAIL_WHITELIST_CONTRACT_ADDRESS }}
140+
WALLET_PRIVATE_KEY: ${{ secrets.WEB3MAIL_DAPP_OWNER_PRIVATEKEY }}
140141
run: |
141142
cd node_modules/whitelist-smart-contract
142143
export ADDRESS_TO_ADD=$(cat ../../deployment-dapp/.app-address) && npm run addResourceToWhitelist

0 commit comments

Comments
 (0)