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: |