Skip to content

Commit abae7b5

Browse files
ci: add RPC_URL environment variable to dapp release workflow
1 parent 3154224 commit abae7b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dapp-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
WALLET_PRIVATE_KEY: ${{ secrets.WEB3TELEGRAM_DAPP_OWNER_PRIVATEKEY }}
112112
PRICE: ${{ vars.SELL_ORDER_PRICE }}
113113
VOLUME: ${{ vars.SELL_ORDER_VOLUME }}
114+
RPC_URL: ${{ secrets.RPC_URL }}
114115
run: |
115116
cd deployment-dapp
116117
npm run publish-sell-order

0 commit comments

Comments
 (0)