Skip to content

Commit

Permalink
Fix workflow by exposing envs.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelosalloum committed Nov 20, 2024
1 parent 344a39d commit 55e50d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
environment: ${{ matrix.environment }}
env:
DISTRIBUTION_ACCOUNT_TYPE: ${{ matrix.DISTRIBUTION_ACCOUNT_TYPE }}
DISBURSEMENT_CSV_FILE_NAME: ${{ matrix.DISBURSEMENT_CSV_FILE_NAME }}
REGISTRATION_CONTACT_TYPE: ${{ matrix.REGISTRATION_CONTACT_TYPE }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 55e50d7

Please sign in to comment.