Skip to content

Commit

Permalink
Update prod action email vars
Browse files Browse the repository at this point in the history
  • Loading branch information
sgobotta committed Nov 6, 2024
1 parent 6dae300 commit b6aa45d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/prod/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ runs:
DB_HOSTNAME: ${{ inputs.POSTGRES_HOSTNAME }}
DB_PASSWORD: ${{ inputs.POSTGRES_PASSWORD }}
DB_USERNAME: ${{ inputs.POSTGRES_USER }}
# Email configuration env
EX_COMMERCE_FROM_EMAIL: [email protected]
EX_COMMERCE_FROM_NAME: Local Production Team

# Test release -------------------------------------------------------------
- name: Test release
Expand All @@ -159,6 +162,9 @@ runs:
DB_HOSTNAME: ${{ inputs.POSTGRES_HOSTNAME }}
DB_PASSWORD: ${{ inputs.POSTGRES_PASSWORD }}
DB_USERNAME: ${{ inputs.POSTGRES_USER }}
# Email configuration env
EX_COMMERCE_FROM_EMAIL: [email protected]
EX_COMMERCE_FROM_NAME: Local Production Team

# Assert application output ------------------------------------------------
- name: Assert output
Expand Down

0 comments on commit b6aa45d

Please sign in to comment.