File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137137
138138 - name : Add resource to whitelist
139139 env :
140- CONTRACT_ADDRESS : ${{ secrets .WEB3MAIL_WHITELIST_CONTRACT_ADDRESS }}
140+ CONTRACT_ADDRESS : ${{ vars .WEB3MAIL_WHITELIST_CONTRACT_ADDRESS }}
141141 WALLET_PRIVATE_KEY : ${{ secrets.WEB3MAIL_APP_OWNER_PRIVATEKEY }}
142142 run : |
143143 cd node_modules/whitelist-smart-contract
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122
123123 - name : Add resource to whitelist
124124 env :
125- CONTRACT_ADDRESS : ${{ secrets .WEB3MAIL_WHITELIST_CONTRACT_ADDRESS }}
125+ CONTRACT_ADDRESS : ${{ vars .WEB3MAIL_WHITELIST_CONTRACT_ADDRESS }}
126126 WALLET_PRIVATE_KEY : ${{ secrets.WEB3MAIL_APP_OWNER_PRIVATEKEY }}
127127 run : |
128128 cd node_modules/whitelist-smart-contract
You can’t perform that action at this time.
0 commit comments