Skip to content

Commit

Permalink
Fix typo env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Woody4618 committed Jan 21, 2025
1 parent 1d8f851 commit 63862c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Create env file
run: |
echo "RPC_URL=\"https://api.devnet.solana.com\"" >> .env
echo "SOLANA_PRIVATE_KEY=${{ secrets.TEST_WALLET_PRIVATE_KEY }}" >> .env
echo "SOLANA_PRIVATE_KEY=${{ secrets.SOLANA_PRIVATE_KEY }}" >> .env
echo "OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }}" >> .env
- name: Run integration tests
Expand Down

0 comments on commit 63862c2

Please sign in to comment.