Skip to content

Commit

Permalink
update payment yaml for test
Browse files Browse the repository at this point in the history
Signed-off-by: bvolovat <[email protected]>
  • Loading branch information
bvolovat committed Mar 4, 2024
1 parent 35ada35 commit a96f31c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/payment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:

env:
jsonAccountDataPath: "./accountsData.json"
ENVIRONMENT: 'prod'


jobs:
Expand All @@ -37,7 +38,7 @@ jobs:
id: set-matrix
run: |
echo "Reading account IDs from JSON for specified environment..."
ACCOUNT_IDS=$(python fetch_account_ids.py --environment ${{ inputs.environment }} --jsonFile ${{ env.jsonAccountDataPath }})
ACCOUNT_IDS=$(python fetch_account_ids.py --environment ${{ env.ENVIRONMENT }} --jsonFile ${{ env.jsonAccountDataPath }})
echo "# ----------------- ACCOUNT IDS----------------- #"
echo "$ACCOUNT_IDS"
echo "# ------------------------------------------------ #"
Expand Down

0 comments on commit a96f31c

Please sign in to comment.