Skip to content

Commit 43cbf21

Browse files
ci: update whitelist environment variables and add explicit network flags
1 parent 6a06d48 commit 43cbf21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dapp-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,14 @@ jobs:
134134
- name: Add resource to whitelist
135135
env:
136136
CONTRACT_ADDRESS: ${{ vars.WEB3TELEGRAM_WHITELIST_CONTRACT_ADDRESS }}
137-
WALLET_PRIVATE_KEY: ${{ secrets.WEB3TELEGRAM_APP_OWNER_PRIVATEKEY }}
137+
PRIVATE_KEY: ${{ secrets.WEB3TELEGRAM_APP_OWNER_PRIVATEKEY }}
138138
run: |
139139
cd node_modules/whitelist-smart-contract
140140
export ADDRESS_TO_ADD=$(cat ../../deployment-dapp/.app-address)
141141
if [ "${{ inputs.environment }}" = "arbitrum-sepolia-dev" ]; then
142142
npm run addResourceToWhitelist -- --network arbitrumSepolia
143143
else
144-
npm run addResourceToWhitelist
144+
npm run addResourceToWhitelist -- --network bellecour
145145
fi
146146
147147
- name: Configure ENS

0 commit comments

Comments
 (0)