From 8cd85eb0eb5c2f2fe26a8dcd7398a71ee03fc22f Mon Sep 17 00:00:00 2001 From: anhnhu Date: Tue, 14 May 2024 15:31:12 +0700 Subject: [PATCH] Test echo file secrets --- .github/workflows/push-webapp-test-01.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push-webapp-test-01.yml b/.github/workflows/push-webapp-test-01.yml index 6a4e37ed00..0cbf952ecf 100644 --- a/.github/workflows/push-webapp-test-01.yml +++ b/.github/workflows/push-webapp-test-01.yml @@ -37,7 +37,8 @@ jobs: if [ ${{ github.ref_name }} == 'telegram-wallet' ]; then yarn run webapp:change-build-number fi - yarn webapp:build --env GAME_API_HOST ${{ secrets.API_DEV_SERVER_1 }} TELEGRAM_WEBAPP_LINK ${{ secrets.TELEGRAM_WEBAPP_LINK_01 }} + echo "GAME_API_HOST=${secrets.API_DEV_SERVER_1}" + yarn webapp:build --env GAME_API_HOST "${{ secrets.API_DEV_SERVER_1 }}" TELEGRAM_WEBAPP_LINK ${{ secrets.TELEGRAM_WEBAPP_LINK_01 }} - name: Publish to Cloudflare Pages id: cloudflare_deployment uses: cloudflare/pages-action@v1