Skip to content

Commit

Permalink
🚚: add redis
Browse files Browse the repository at this point in the history
  • Loading branch information
ShashankGupta10 committed Jul 10, 2024
1 parent 54a8ecf commit a366a7c
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BUILD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cd ../bank
npm install
echo "UPSTASH_REDIS_REST_URL=${{ secrets.BANK_APP_UPSTASH_REDIS_REST_URL }}" >> .env
echo "UPSTASH_REDIS_REST_TOKEN=${{ secrets.UPSTASH_REDIS_REST_TOKEN }}" >> .env
echo "UPSTASH_REDIS_REST_TOKEN=${{ secrets.BANK_APP_UPSTASH_REDIS_REST_TOKEN }}" >> .env
echo "SECRET=${{ secrets.BANK_APP_SECRET }}" >> .env
cd ../..
Expand Down
79 changes: 78 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a366a7c

Please sign in to comment.