Skip to content

Commit

Permalink
TEST_WALLET_ADDRESS added
Browse files Browse the repository at this point in the history
  • Loading branch information
bpolania committed Dec 10, 2024
1 parent 3fc6b67 commit 1187502
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

1 change: 1 addition & 0 deletions .github/workflows/pr-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
ENVIRONMENT: "beta-sepolia"
secrets:
WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }}
TEST_WALLET_ADDRESS: ${{ secrets.TEST_WALLET_ADDRESS }}

0 comments on commit 1187502

Please sign in to comment.