Skip to content

Commit

Permalink
chore(git-actions): git and trial
Browse files Browse the repository at this point in the history
  • Loading branch information
Swati Mukherjee authored and Swati Mukherjee committed Aug 12, 2024
1 parent 00b959d commit 5cd1124
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/run-automation-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
cypress:
runs-on: ubuntu-latest
environment: Testing
env:
Pub_Key: ${{ vars.HYPERSWITCH_PUBLISHABLE_KEY }}
Sec_Key: ${{ vars.HYPERSWITCH_SECRET_KEY }}
Prof_Id: ${{ vars.PROFILE_ID }}

steps:
- name: Checkout repository
Expand All @@ -31,9 +35,9 @@ jobs:
run: |
touch .env
echo STATIC_DIR = ./dist >> .env
echo HYPERSWITCH_PUBLISHABLE_KEY = ${{ vars.HYPERSWITCH_PUBLISHABLE_KEY }} >> .env
echo HYPERSWITCH_SECRET_KEY = ${{ vars.HYPERSWITCH_SECRET_KEY }} >> .env
echo PROFILE_ID = ${{ vars.PROFILE_ID }} >> .env
echo HYPERSWITCH_PUBLISHABLE_KEY = $Pub_Key >> .env
echo HYPERSWITCH_SECRET_KEY = $Sec_Key >> .env
echo PROFILE_ID = $Prof_Id >> .env
echo HYPERSWITCH_SERVER_URL = "https://sandbox.hyperswitch.io" >> .env
echo HYPERSWITCH_CLIENT_URL = "http://localhost:9050" >> .env
cat .env
Expand Down

0 comments on commit 5cd1124

Please sign in to comment.