Skip to content

Commit

Permalink
fix env vars in github action config
Browse files Browse the repository at this point in the history
  • Loading branch information
stkrizh committed Mar 16, 2024
1 parent aabf26c commit 00cc790
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/conduit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ permissions:
contents: read

env:
POSTGRES_USER: test
POSTGRES_PASSWORD: test_password
POSTGRES_DB: test
POSTGRES_HOST: locahost
POSTGRES_PORT: 5432
SECRET_KEY: test_secret_key
CONDUIT_POSTGRES_USER: test
CONDUIT_POSTGRES_PASSWORD: test_password
CONDUIT_POSTGRES_DB: test
CONDUIT_POSTGRES_HOST: locahost
CONDUIT_POSTGRES_PORT: 5432
CONDUIT_SECRET_KEY: test_secret_key

jobs:
checks:
Expand Down

0 comments on commit 00cc790

Please sign in to comment.