Skip to content

Commit

Permalink
Merge branch 'origin/dev-bpolania/workflows' into origin/dev-polania/…
Browse files Browse the repository at this point in the history
…workflows-test
  • Loading branch information
bpolania committed Dec 10, 2024
2 parents cb958c2 + 1187502 commit 1933d35
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 1933d35

Please sign in to comment.