ci: add deposit address env vars

This commit is contained in:
2026-02-08 03:21:39 +03:00
parent 9cf241e859
commit 7495366ce9
3 changed files with 6 additions and 4 deletions
+2
View File
@@ -14,6 +14,8 @@ concurrency:
env:
VITE_SUPABASE_URL: ${{ secrets.VITE_SUPABASE_URL }}
VITE_SUPABASE_ANON_KEY: ${{ secrets.VITE_SUPABASE_ANON_KEY }}
VITE_DEPOSIT_TON_ADDRESS: ${{ secrets.VITE_DEPOSIT_TON_ADDRESS }}
VITE_DEPOSIT_POLKADOT_ADDRESS: ${{ secrets.VITE_DEPOSIT_POLKADOT_ADDRESS }}
jobs:
lint:
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "pezkuwi-telegram-miniapp",
"version": "1.0.172",
"version": "1.0.173",
"type": "module",
"description": "Pezkuwichain Telegram Mini App - Forum, Announcements, Rewards",
"author": "Pezkuwichain Team",
+3 -3
View File
@@ -1,5 +1,5 @@
{
"version": "1.0.172",
"buildTime": "2026-02-08T00:13:52.375Z",
"buildNumber": 1770509632376
"version": "1.0.173",
"buildTime": "2026-02-08T00:21:39.633Z",
"buildNumber": 1770510099634
}