From 23582a454f650d3c06958461aea25649c4855420 Mon Sep 17 00:00:00 2001 From: fospring Date: Mon, 27 May 2024 11:50:26 +0800 Subject: [PATCH] chore: update env variable name --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6b03b5a..d271ad6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 @@ -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