File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 9191 - name : Setup Node.js
9292 uses : actions/setup-node@v4
9393 with :
94- node-version : ' 20'
94+ node-version : ' 20.19.0 '
9595 cache : ' npm'
9696
9797 - name : Install dependencies
@@ -137,11 +137,9 @@ jobs:
137137 - name : Add resource to whitelist
138138 env :
139139 CONTRACT_ADDRESS : ${{ secrets.WEB3MAIL_WHITELIST_CONTRACT_ADDRESS }}
140- PRIVATE_KEY : ${{ secrets.WEB3MAIL_DAPP_OWNER_PRIVATEKEY }}
141140 run : |
142141 cd node_modules/whitelist-smart-contract
143- export ADDRESS_TO_ADD=$(cat ../../deployment-dapp/.app-address)
144- NODE_OPTIONS='--loader=ts-node/esm --experimental-specifier-resolution=node' npx hardhat run scripts/addResourceToWhitelist.ts --network bellecour
142+ export ADDRESS_TO_ADD=$(cat ../../deployment-dapp/.app-address) && npm run addResourceToWhitelist
145143
146144 - name : Configure ENS
147145 if : ${{ vars.DAPP_ENS_NAME }}
You can’t perform that action at this time.
0 commit comments