Skip to content

Commit f0b7811

Browse files
ci: update whitelist environment variables and add explicit network flags in release workflow
1 parent 43cbf21 commit f0b7811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dapp-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,14 @@ jobs:
119119
- name: Add resource to whitelist
120120
env:
121121
CONTRACT_ADDRESS: ${{ vars.WEB3TELEGRAM_WHITELIST_CONTRACT_ADDRESS }}
122-
WALLET_PRIVATE_KEY: ${{ secrets.WEB3TELEGRAM_APP_OWNER_PRIVATEKEY }}
122+
PRIVATE_KEY: ${{ secrets.WEB3TELEGRAM_APP_OWNER_PRIVATEKEY }}
123123
run: |
124124
cd node_modules/whitelist-smart-contract
125125
export ADDRESS_TO_ADD=$(cat ../../deployment-dapp/.app-address)
126126
if [ "${{ matrix.environment }}" = "arbitrum-sepolia-prod" ]; then
127127
npm run addResourceToWhitelist -- --network arbitrumSepolia
128128
else
129-
npm run addResourceToWhitelist
129+
npm run addResourceToWhitelist -- --network bellecour
130130
fi
131131
132132
- name: Configure ENS

0 commit comments

Comments
 (0)