Skip to content

Commit

Permalink
chore: add bob test account
Browse files Browse the repository at this point in the history
  • Loading branch information
liyukun committed Apr 12, 2024
1 parent 14b7e3b commit 6cd5fc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/devnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
env:
VITE_ACCOUNT_CHARLIE: ${{ secrets.ACCOUNT_CHARLIE }}
VITE_ACCOUNT_ALICE: ${{ secrets.ACCOUNT_ALICE }}
VITE_ACCOUNT_BOB: ${{ secrets.ACCOUNT_BOB }}

- name: Prepare spore-sdk
working-directory: spore-sdk
Expand All @@ -87,4 +88,5 @@ jobs:
env:
VITE_ACCOUNT_CHARLIE: ${{ secrets.ACCOUNT_CHARLIE }}
VITE_ACCOUNT_ALICE: ${{ secrets.ACCOUNT_ALICE }}
VITE_ACCOUNT_BOB: ${{ secrets.ACCOUNT_BOB }}
VITE_NETWORK: devnet

0 comments on commit 6cd5fc2

Please sign in to comment.