Skip to content

Commit

Permalink
Add .env vars (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakprp authored Nov 30, 2023
1 parent c2813c9 commit 67add18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ jobs:
cd e2e-sdk-prime
sed -i.bak "s/_private_key_/$PRIVATE_KEY/g" .env
sed -i.bak "s/_project_key_/$PROJECT_KEY/g" .env
sed -i.bak "s/_project_key_testnet_/$PROJECT_KEY_TESTNET/g" .env
sed -i.bak "s/_api_key_/$API_KEY/g" .env
sed -i.bak "s/_incorrect_api_key_/$INCORRECT_API_KEY/g" .env
sed -i.bak "s/_invalid_api_key_/$INVALID_API_KEY/g" .env
mv package.json temp.json
jq -r '.dependencies."@etherspot/prime-sdk" |= "file:../etherspot-prime-sdk"' temp.json > package.json
rm temp.json
Expand Down

0 comments on commit 67add18

Please sign in to comment.