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