From 69a57db9fc70a38cdcefd5d47acc331520bf66f6 Mon Sep 17 00:00:00 2001 From: yingyangxu2026 Date: Tue, 24 Feb 2026 11:03:02 +0800 Subject: [PATCH] feat: Added BUNDLER_RPC_URL for TS SDK using AA wallet. --- .github/workflows/reusable-build-test-workflow.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reusable-build-test-workflow.yml b/.github/workflows/reusable-build-test-workflow.yml index 022df73..86a880c 100644 --- a/.github/workflows/reusable-build-test-workflow.yml +++ b/.github/workflows/reusable-build-test-workflow.yml @@ -14,6 +14,8 @@ on: required: true TEST_WALLET_ADDRESS: required: true + BUNDLER_RPC_URL: + required: false jobs: build_and_test: @@ -28,7 +30,8 @@ jobs: env: WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }} TEST_WALLET_ADDRESS: ${{ secrets.TEST_WALLET_ADDRESS }} - + BUNDLER_RPC_URL: ${{ secrets.BUNDLER_RPC_URL }} + steps: - name: Set Timestamp run: |