Skip to content

Commit

Permalink
Update env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
sgobotta committed Sep 18, 2023
1 parent 90f2c66 commit 26871e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/actions/prod/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ runs:
# Sendgrid env
LIVEDJ_FROM_EMAIL: [email protected]
SENDGRID_API_KEY: some-sendgrid-api-key
MIX_ENV: ${{ inputs.MIX_ENV }}

# Test release -------------------------------------------------------------
- name: Test release
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ jobs:
image: postgres
ports: ['5432:5432']
env:
POSTGRES_USER: ${{ env.POSTGRES_USER }}
POSTGRES_PASSWORD: ${{ env.POSTGRES_PASSWORD }}
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
options: >-
--health-cmd pg_isready
--health-interval 10s
Expand Down

0 comments on commit 26871e6

Please sign in to comment.