Skip to content

Commit

Permalink
chore: update env variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
fospring committed May 27, 2024
1 parent fec68eb commit 23582a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: yarn build
- name: Set master credentials
env:
TESTNET_MASTER_ACCOUNT_WALLET: ${{ secrets.TestnetMasterAccountWallet }}
TESTNET_MASTER_ACCOUNT_WALLET: ${{ secrets.TESTNET_MASTER_ACCOUNT_WALLET }}
run: echo "$TESTNET_MASTER_ACCOUNT_WALLET" > .near-credentials/workspaces/testnet/templateprojectmaster.testnet.json
- name: Run ci tests
run: yarn testci
Expand All @@ -41,7 +41,7 @@ jobs:
run: yarn build
- name: Set master credentials
env:
TESTNET_MASTER_ACCOUNT_WALLET: ${{ secrets.TestnetMasterAccountWallet }}
TESTNET_MASTER_ACCOUNT_WALLET: ${{ secrets.TESTNET_MASTER_ACCOUNT_WALLET }}
run: echo "$TESTNET_MASTER_ACCOUNT_WALLET" > .near-credentials/workspaces/testnet/templateprojectmaster.testnet.json
- name: Run ci tests
run: yarn testci
Expand Down

0 comments on commit 23582a4

Please sign in to comment.