Skip to content

Commit

Permalink
Test echo file secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
anhnhu committed May 14, 2024
1 parent 10fcde3 commit 8cd85eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push-webapp-test-01.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8cd85eb

Please sign in to comment.