From 11875027065a5c58ba474c4baf33415e09553429 Mon Sep 17 00:00:00 2001 From: bpolania Date: Tue, 10 Dec 2024 09:13:04 -0800 Subject: [PATCH] TEST_WALLET_ADDRESS added --- .github/workflows/pr-internal.yml | 3 ++- .github/workflows/pr-merge.yaml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-internal.yml b/.github/workflows/pr-internal.yml index 939bb137..6aba5752 100644 --- a/.github/workflows/pr-internal.yml +++ b/.github/workflows/pr-internal.yml @@ -21,5 +21,6 @@ jobs: sha: ${{ github.event.pull_request.head.sha }} ENVIRONMENT: "beta-sepolia" secrets: - WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }} + WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }}, + TEST_WALLET_ADDRESS: ${{ secrets.TEST_WALLET_ADDRESS }} diff --git a/.github/workflows/pr-merge.yaml b/.github/workflows/pr-merge.yaml index 24942739..5918c16c 100644 --- a/.github/workflows/pr-merge.yaml +++ b/.github/workflows/pr-merge.yaml @@ -13,4 +13,5 @@ jobs: ENVIRONMENT: "beta-sepolia" secrets: WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }} + TEST_WALLET_ADDRESS: ${{ secrets.TEST_WALLET_ADDRESS }}